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

Side by Side Diff: chrome/common/pref_names.h

Issue 437077: Remember zoom on a per-host basis.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/common/page_zoom.h ('k') | chrome/common/pref_names.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2006-2009 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2009 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 // Constants for the names of various preferences, for easier changing. 5 // Constants for the names of various preferences, for easier changing.
6 6
7 #ifndef CHROME_COMMON_PREF_NAMES_H_ 7 #ifndef CHROME_COMMON_PREF_NAMES_H_
8 #define CHROME_COMMON_PREF_NAMES_H_ 8 #define CHROME_COMMON_PREF_NAMES_H_
9 9
10 #include "build/build_config.h" 10 #include "build/build_config.h"
11 11
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
110 extern const wchar_t kCheckDefaultBrowser[]; 110 extern const wchar_t kCheckDefaultBrowser[];
111 #if defined(OS_MACOSX) 111 #if defined(OS_MACOSX)
112 extern const wchar_t kShowUpdatePromotionInfoBar[]; 112 extern const wchar_t kShowUpdatePromotionInfoBar[];
113 #endif 113 #endif
114 extern const wchar_t kUseCustomChromeFrame[]; 114 extern const wchar_t kUseCustomChromeFrame[];
115 extern const wchar_t kShowOmniboxSearchHint[]; 115 extern const wchar_t kShowOmniboxSearchHint[];
116 extern const wchar_t kNTPPromoLineRemaining[]; 116 extern const wchar_t kNTPPromoLineRemaining[];
117 extern const wchar_t kNTPPromoImageRemaining[]; 117 extern const wchar_t kNTPPromoImageRemaining[];
118 extern const wchar_t kDesktopNotificationAllowedOrigins[]; 118 extern const wchar_t kDesktopNotificationAllowedOrigins[];
119 extern const wchar_t kDesktopNotificationDeniedOrigins[]; 119 extern const wchar_t kDesktopNotificationDeniedOrigins[];
120 extern const wchar_t kPerHostZoomLevels[];
120 121
121 // Local state 122 // Local state
122 extern const wchar_t kMetricsClientID[]; 123 extern const wchar_t kMetricsClientID[];
123 extern const wchar_t kMetricsSessionID[]; 124 extern const wchar_t kMetricsSessionID[];
124 extern const wchar_t kMetricsClientIDTimestamp[]; 125 extern const wchar_t kMetricsClientIDTimestamp[];
125 extern const wchar_t kMetricsReportingEnabled[]; 126 extern const wchar_t kMetricsReportingEnabled[];
126 extern const wchar_t kMetricsInitialLogs[]; 127 extern const wchar_t kMetricsInitialLogs[];
127 extern const wchar_t kMetricsOngoingLogs[]; 128 extern const wchar_t kMetricsOngoingLogs[];
128 129
129 extern const wchar_t kProfileMetrics[]; 130 extern const wchar_t kProfileMetrics[];
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
226 extern const wchar_t kSyncLastSyncedTime[]; 227 extern const wchar_t kSyncLastSyncedTime[];
227 extern const wchar_t kSyncHasSetupCompleted[]; 228 extern const wchar_t kSyncHasSetupCompleted[];
228 229
229 extern const wchar_t kWebAppCreateOnDesktop[]; 230 extern const wchar_t kWebAppCreateOnDesktop[];
230 extern const wchar_t kWebAppCreateInAppsMenu[]; 231 extern const wchar_t kWebAppCreateInAppsMenu[];
231 extern const wchar_t kWebAppCreateInQuickLaunchBar[]; 232 extern const wchar_t kWebAppCreateInQuickLaunchBar[];
232 233
233 } // namespace prefs 234 } // namespace prefs
234 235
235 #endif // CHROME_COMMON_PREF_NAMES_H_ 236 #endif // CHROME_COMMON_PREF_NAMES_H_
OLDNEW
« no previous file with comments | « chrome/common/page_zoom.h ('k') | chrome/common/pref_names.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698