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

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

Issue 1085003: Implement chrome://plugins page that can disable plugins. (Closed)
Patch Set: merge ToT again Created 10 years, 9 months 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
« no previous file with comments | « chrome/chrome_browser.gypi ('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) 2010 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2010 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"
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
103 extern const wchar_t kUsesSystemTheme[]; 103 extern const wchar_t kUsesSystemTheme[];
104 #endif 104 #endif
105 extern const wchar_t kCurrentThemePackFilename[]; 105 extern const wchar_t kCurrentThemePackFilename[];
106 extern const wchar_t kCurrentThemeID[]; 106 extern const wchar_t kCurrentThemeID[];
107 extern const wchar_t kCurrentThemeImages[]; 107 extern const wchar_t kCurrentThemeImages[];
108 extern const wchar_t kCurrentThemeColors[]; 108 extern const wchar_t kCurrentThemeColors[];
109 extern const wchar_t kCurrentThemeTints[]; 109 extern const wchar_t kCurrentThemeTints[];
110 extern const wchar_t kCurrentThemeDisplayProperties[]; 110 extern const wchar_t kCurrentThemeDisplayProperties[];
111 extern const wchar_t kExtensionsUIDeveloperMode[]; 111 extern const wchar_t kExtensionsUIDeveloperMode[];
112 extern const wchar_t kExtensionToolbarSize[]; 112 extern const wchar_t kExtensionToolbarSize[];
113 extern const wchar_t kPluginsPluginsList[];
113 extern const wchar_t kCheckDefaultBrowser[]; 114 extern const wchar_t kCheckDefaultBrowser[];
114 #if defined(OS_MACOSX) 115 #if defined(OS_MACOSX)
115 extern const wchar_t kShowUpdatePromotionInfoBar[]; 116 extern const wchar_t kShowUpdatePromotionInfoBar[];
116 #endif 117 #endif
117 extern const wchar_t kUseCustomChromeFrame[]; 118 extern const wchar_t kUseCustomChromeFrame[];
118 extern const wchar_t kShowOmniboxSearchHint[]; 119 extern const wchar_t kShowOmniboxSearchHint[];
119 extern const wchar_t kNTPPromoLineRemaining[]; 120 extern const wchar_t kNTPPromoLineRemaining[];
120 extern const wchar_t kNTPPromoImageRemaining[]; 121 extern const wchar_t kNTPPromoImageRemaining[];
121 extern const wchar_t kDesktopNotificationAllowedOrigins[]; 122 extern const wchar_t kDesktopNotificationAllowedOrigins[];
122 extern const wchar_t kDesktopNotificationDeniedOrigins[]; 123 extern const wchar_t kDesktopNotificationDeniedOrigins[];
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
252 extern const wchar_t kWebAppCreateInAppsMenu[]; 253 extern const wchar_t kWebAppCreateInAppsMenu[];
253 extern const wchar_t kWebAppCreateInQuickLaunchBar[]; 254 extern const wchar_t kWebAppCreateInQuickLaunchBar[];
254 255
255 extern const wchar_t kGeolocationAccessToken[]; 256 extern const wchar_t kGeolocationAccessToken[];
256 extern const wchar_t kGeolocationDefaultContentSetting[]; 257 extern const wchar_t kGeolocationDefaultContentSetting[];
257 extern const wchar_t kGeolocationContentSettings[]; 258 extern const wchar_t kGeolocationContentSettings[];
258 259
259 } // namespace prefs 260 } // namespace prefs
260 261
261 #endif // CHROME_COMMON_PREF_NAMES_H_ 262 #endif // CHROME_COMMON_PREF_NAMES_H_
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/common/pref_names.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698