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

Unified Diff: chrome/common/pref_names.h

Issue 1391893003: NOT FOR REVIEW: Aura on Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
Index: chrome/common/pref_names.h
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
index 49a0cd92b83b981180b9c9a48afaf7a4185536a2..fc704f59d02d03de98c90a5e9cb4c7ce41b71530 100644
--- a/chrome/common/pref_names.h
+++ b/chrome/common/pref_names.h
@@ -313,9 +313,7 @@ extern const char kPluginsDisabledPlugins[];
extern const char kPluginsDisabledPluginsExceptions[];
extern const char kPluginsEnabledPlugins[];
extern const char kNpapiFlashMigratedToPepperFlash[];
-#if !defined(OS_ANDROID)
extern const char kPluginsShowDetails[];
-#endif
extern const char kPluginsAllowOutdated[];
extern const char kPluginsAlwaysAuthorize[];
#if defined(ENABLE_PLUGIN_INSTALLATION)
@@ -328,9 +326,7 @@ 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 kClearSiteDataOnExit[];
extern const char kPartitionDefaultZoomLevel[];
extern const char kDefaultZoomLevelDeprecated[];
@@ -346,9 +342,7 @@ extern const char kAutofillGeneratedCardBubbleTimesShown[];
extern const char kAutofillDialogDefaults[];
#endif
-#if !defined(OS_ANDROID)
extern const char kPinnedTabs[];
-#endif
extern const char kDisable3DAPIs[];
extern const char kEnableDeprecatedWebPlatformFeatures[];
@@ -407,7 +401,7 @@ extern const char kEasyUnlockEnabled[];
extern const char kEasyUnlockPairing[];
extern const char kEasyUnlockProximityRequired[];
-#if defined(ENABLE_EXTENSIONS) && !defined(OS_ANDROID) && !defined(OS_IOS)
+#if defined(ENABLE_EXTENSIONS) && !defined(OS_IOS)
extern const char kCopresenceAuthenticatedDeviceId[];
extern const char kCopresenceAnonymousDeviceId[];
extern const char kToolbarIconSurfacingBubbleAcknowledged[];
@@ -564,14 +558,14 @@ extern const char kGoogleServicesPasswordHash[];
extern const char kInvalidationServiceUseGCMChannel[];
-#if !defined(OS_ANDROID) && !defined(OS_IOS)
+#if !defined(OS_IOS)
extern const char kSignInPromoStartupCount[];
extern const char kSignInPromoUserSkipped[];
extern const char kSignInPromoShowOnFirstRunAllowed[];
extern const char kSignInPromoShowNTPBubble[];
#endif
-#if !defined(OS_CHROMEOS) && !defined(OS_ANDROID) && !defined(OS_IOS)
+#if (!defined(OS_CHROMEOS) && !defined(OS_ANDROID) && !defined(OS_IOS)) || (defined(OS_ANDROID) && defined(USE_AURA))
extern const char kCrossDevicePromoOptedOut[];
extern const char kCrossDevicePromoShouldBeShown[];
extern const char kCrossDevicePromoObservedSingleAccountCookie[];

Powered by Google App Engine
This is Rietveld 408576698