blob: e947578f1d09b66b182e5d6e137596b33852a88a [file] [log] [blame]
// Copyright 2015 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef COMPONENTS_ZOOM_PAGE_ZOOM_CONSTANTS_H_
#define COMPONENTS_ZOOM_PAGE_ZOOM_CONSTANTS_H_
#include <stddef.h>
#include <string>
namespace zoom {
std::string GetPresetZoomFactorsAsJSON();
} // namespace zoom
#endif // COMPONENTS_ZOOM_PAGE_ZOOM_CONSTANTS_H_