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

Unified Diff: chrome/browser/chrome_page_zoom.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 | « no previous file | chrome/browser/chrome_page_zoom.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chrome_page_zoom.h
===================================================================
--- chrome/browser/chrome_page_zoom.h (revision 114602)
+++ chrome/browser/chrome_page_zoom.h (working copy)
@@ -10,12 +10,6 @@
namespace chrome_page_zoom {
-// Zoom factors supported by the browser.
-extern const double kPresetZoomFactors[];
-
-// 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.)
« no previous file with comments | « no previous file | chrome/browser/chrome_page_zoom.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698