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

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

Issue 1748773002: Simplify the default browser infobar. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
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 9
10 #include <stddef.h> 10 #include <stddef.h>
(...skipping 305 matching lines...) Expand 10 before | Expand all | Expand 10 after
316 extern const char kNpapiFlashMigratedToPepperFlash[]; 316 extern const char kNpapiFlashMigratedToPepperFlash[];
317 #if defined(ENABLE_PLUGINS) 317 #if defined(ENABLE_PLUGINS)
318 extern const char kPluginsShowDetails[]; 318 extern const char kPluginsShowDetails[];
319 #endif 319 #endif
320 extern const char kPluginsAllowOutdated[]; 320 extern const char kPluginsAllowOutdated[];
321 extern const char kPluginsAlwaysAuthorize[]; 321 extern const char kPluginsAlwaysAuthorize[];
322 #if defined(ENABLE_PLUGIN_INSTALLATION) 322 #if defined(ENABLE_PLUGIN_INSTALLATION)
323 extern const char kPluginsMetadata[]; 323 extern const char kPluginsMetadata[];
324 extern const char kPluginsResourceCacheUpdate[]; 324 extern const char kPluginsResourceCacheUpdate[];
325 #endif 325 #endif
326 extern const char kCheckDefaultBrowser[]; 326 extern const char kDefaultBrowserLastDismissed[];
327 extern const char kResetCheckDefaultBrowser[]; 327 extern const char kResetCheckDefaultBrowser[];
328 extern const char kDefaultBrowserSettingEnabled[]; 328 extern const char kDefaultBrowserSettingEnabled[];
329 #if defined(OS_MACOSX) 329 #if defined(OS_MACOSX)
330 extern const char kShowUpdatePromotionInfoBar[]; 330 extern const char kShowUpdatePromotionInfoBar[];
331 #endif 331 #endif
332 extern const char kUseCustomChromeFrame[]; 332 extern const char kUseCustomChromeFrame[];
333 #if defined(ENABLE_PLUGINS) 333 #if defined(ENABLE_PLUGINS)
334 extern const char kContentSettingsPluginWhitelist[]; 334 extern const char kContentSettingsPluginWhitelist[];
335 #endif 335 #endif
336 extern const char kPartitionDefaultZoomLevel[]; 336 extern const char kPartitionDefaultZoomLevel[];
(...skipping 463 matching lines...) Expand 10 before | Expand all | Expand 10 after
800 #if defined(GOOGLE_CHROME_BUILD) 800 #if defined(GOOGLE_CHROME_BUILD)
801 extern const char kMediaRouterCloudServicesPrefSet[]; 801 extern const char kMediaRouterCloudServicesPrefSet[];
802 extern const char kMediaRouterEnableCloudServices[]; 802 extern const char kMediaRouterEnableCloudServices[];
803 #endif // defined(GOOGLE_CHROME_BUILD) 803 #endif // defined(GOOGLE_CHROME_BUILD)
804 extern const char kMediaRouterFirstRunFlowAcknowledged[]; 804 extern const char kMediaRouterFirstRunFlowAcknowledged[];
805 #endif 805 #endif
806 806
807 } // namespace prefs 807 } // namespace prefs
808 808
809 #endif // CHROME_COMMON_PREF_NAMES_H_ 809 #endif // CHROME_COMMON_PREF_NAMES_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698