Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5205)

Unified Diff: chrome/browser/chrome_page_zoom_constants.h

Issue 8951008: Move chrome zoom constants into their own file. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/chrome_page_zoom.cc ('k') | chrome/browser/chrome_page_zoom_constants.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chrome_page_zoom_constants.h
===================================================================
--- chrome/browser/chrome_page_zoom_constants.h (revision 114602)
+++ chrome/browser/chrome_page_zoom_constants.h (working copy)
@@ -2,11 +2,11 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROME_BROWSER_CHROME_PAGE_ZOOM_H_
-#define CHROME_BROWSER_CHROME_PAGE_ZOOM_H_
+#ifndef CHROME_BROWSER_CHROME_PAGE_ZOOM_CONSTANTS_H_
+#define CHROME_BROWSER_CHROME_PAGE_ZOOM_CONSTANTS_H_
#pragma once
-#include <vector>
+#include "base/basictypes.h"
namespace chrome_page_zoom {
@@ -16,16 +16,6 @@
// Size of |kPresetZoomFactors|.
extern const size_t kPresetZoomFactorsSize;
-// Return a sorted vector of zoom factors. The vector will consist of preset
-// values along with a custom value (if the custom value is not already
-// represented.)
-std::vector<double> PresetZoomFactors(double custom_factor);
-
-// Return a sorted vector of zoom levels. The vector will consist of preset
-// values along with a custom value (if the custom value is not already
-// represented.)
-std::vector<double> PresetZoomLevels(double custom_level);
-
} // namespace chrome_page_zoom
-#endif // CHROME_BROWSER_CHROME_PAGE_ZOOM_H_
+#endif // CHROME_BROWSER_CHROME_PAGE_ZOOM_CONSTANTS_H_
« no previous file with comments | « chrome/browser/chrome_page_zoom.cc ('k') | chrome/browser/chrome_page_zoom_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698