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

Unified Diff: chrome/common/pref_names.h

Issue 673343003: Cleanup: Sync up ifdefs in pref_names.cc and pref_names.h. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 6 years, 2 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/common/pref_names.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/pref_names.h
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
index 0a58a65f638b10bf302a9844f583d2527098ad73..b05735c7bf46c6e023906128e9e63e11a17786f9 100644
--- a/chrome/common/pref_names.h
+++ b/chrome/common/pref_names.h
@@ -310,7 +310,9 @@ extern const char kPluginsDisabledPluginsExceptions[];
extern const char kPluginsEnabledPlugins[];
extern const char kPluginsMigratedToPepperFlash[];
extern const char kPluginsRemovedOldComponentPepperFlashSettings[];
+#if !defined(OS_ANDROID)
extern const char kPluginsShowDetails[];
+#endif
extern const char kPluginsAllowOutdated[];
extern const char kPluginsAlwaysAuthorize[];
#if defined(ENABLE_PLUGIN_INSTALLATION)
@@ -323,7 +325,9 @@ extern const char kDefaultBrowserSettingEnabled[];
extern const char kShowUpdatePromotionInfoBar[];
#endif
extern const char kUseCustomChromeFrame[];
+#if !defined(OS_ANDROID)
extern const char kContentSettingsPluginWhitelist[];
+#endif
extern const char kBlockThirdPartyCookies[];
extern const char kClearSiteDataOnExit[];
extern const char kPartitionDefaultZoomLevel[];
@@ -338,7 +342,9 @@ extern const char kAutofillDialogWalletShippingSameAsBilling[];
extern const char kAutofillGeneratedCardBubbleTimesShown[];
extern const char kAutofillDialogDefaults[];
+#if !defined(OS_ANDROID)
extern const char kPinnedTabs[];
+#endif
extern const char kDisable3DAPIs[];
extern const char kEnableDeprecatedWebPlatformFeatures[];
@@ -556,6 +562,8 @@ extern const char kGoogleServicesPasswordHash[];
extern const char kInvalidationServiceUseGCMChannel[];
+// TODO(thestig): These 4 prefs should not be defined on mobile.
+// Fix for http://crbug.com/159847
extern const char kSignInPromoStartupCount[];
extern const char kSignInPromoUserSkipped[];
extern const char kSignInPromoShowOnFirstRunAllowed[];
@@ -660,7 +668,7 @@ extern const char kServerBackedDeviceState[];
extern const char kCustomizationDefaultWallpaperURL[];
extern const char kLogoutStartedLast[];
extern const char kConsumerManagementEnrollmentStage[];
-#endif
+#endif // defined(OS_CHROMEOS)
extern const char kClearPluginLSODataEnabled[];
extern const char kPepperFlashSettingsEnabled[];
@@ -676,7 +684,9 @@ extern const char kTabStripStackedLayout[];
extern const char kRegisteredBackgroundContents[];
+#if !defined(OS_ANDROID)
extern const char kShownAutoLaunchInfobar[];
+#endif
extern const char kAuthSchemes[];
extern const char kDisableAuthNegotiateCnameLookup[];
« no previous file with comments | « no previous file | chrome/common/pref_names.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698