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

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

Issue 10539169: Prototype version of the first-run dialog for Windows 8 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update after owners' review. Created 8 years, 6 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 | Annotate | Revision Log
« 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) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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 #pragma once 9 #pragma once
10 10
(...skipping 289 matching lines...) Expand 10 before | Expand all | Expand 10 after
300 extern const char kPluginsDisabledPlugins[]; 300 extern const char kPluginsDisabledPlugins[];
301 extern const char kPluginsDisabledPluginsExceptions[]; 301 extern const char kPluginsDisabledPluginsExceptions[];
302 extern const char kPluginsEnabledPlugins[]; 302 extern const char kPluginsEnabledPlugins[];
303 extern const char kPluginsEnabledInternalPDF[]; 303 extern const char kPluginsEnabledInternalPDF[];
304 extern const char kPluginsEnabledNaCl[]; 304 extern const char kPluginsEnabledNaCl[];
305 extern const char kPluginsShowSetReaderDefaultInfobar[]; 305 extern const char kPluginsShowSetReaderDefaultInfobar[];
306 extern const char kPluginsShowDetails[]; 306 extern const char kPluginsShowDetails[];
307 extern const char kPluginsAllowOutdated[]; 307 extern const char kPluginsAllowOutdated[];
308 extern const char kPluginsAlwaysAuthorize[]; 308 extern const char kPluginsAlwaysAuthorize[];
309 extern const char kCheckDefaultBrowser[]; 309 extern const char kCheckDefaultBrowser[];
310 extern const char kDefaultBrowserFlowDialog[];
310 extern const char kDefaultBrowserSettingEnabled[]; 311 extern const char kDefaultBrowserSettingEnabled[];
311 #if defined(OS_MACOSX) 312 #if defined(OS_MACOSX)
312 extern const char kShowUpdatePromotionInfoBar[]; 313 extern const char kShowUpdatePromotionInfoBar[];
313 #endif 314 #endif
314 extern const char kUseCustomChromeFrame[]; 315 extern const char kUseCustomChromeFrame[];
315 extern const char kShowOmniboxSearchHint[]; 316 extern const char kShowOmniboxSearchHint[];
316 extern const char kDesktopNotificationDefaultContentSetting[]; // OBSOLETE 317 extern const char kDesktopNotificationDefaultContentSetting[]; // OBSOLETE
317 extern const char kDesktopNotificationAllowedOrigins[]; // OBSOLETE 318 extern const char kDesktopNotificationAllowedOrigins[]; // OBSOLETE
318 extern const char kDesktopNotificationDeniedOrigins[]; // OBSOLETE 319 extern const char kDesktopNotificationDeniedOrigins[]; // OBSOLETE
319 extern const char kDesktopNotificationPosition[]; 320 extern const char kDesktopNotificationPosition[];
(...skipping 416 matching lines...) Expand 10 before | Expand all | Expand 10 after
736 extern const char kNetworkProfileWarningsLeft[]; 737 extern const char kNetworkProfileWarningsLeft[];
737 extern const char kNetworkProfileLastWarningTime[]; 738 extern const char kNetworkProfileLastWarningTime[];
738 739
739 #if defined(OS_MACOSX) 740 #if defined(OS_MACOSX)
740 extern const char kMacLeopardObsoleteInfobarLastShown[]; 741 extern const char kMacLeopardObsoleteInfobarLastShown[];
741 #endif // defined(OS_MACOSX) 742 #endif // defined(OS_MACOSX)
742 743
743 } // namespace prefs 744 } // namespace prefs
744 745
745 #endif // CHROME_COMMON_PREF_NAMES_H_ 746 #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