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

Unified Diff: chrome/common/pref_names.h

Issue 2874833002: Don't compile code for desktop zoom or GuestViews on mobile platforms. (Closed)
Patch Set: Update CastBrowserContext Created 3 years, 7 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 dfd317681c6760a66d77640d928574ed47fa3ab3..02a7690d87fa733dfc7bf555dc1ae7279ea5c7ab 100644
--- a/chrome/common/pref_names.h
+++ b/chrome/common/pref_names.h
@@ -380,12 +380,12 @@ extern const char kBackShortcutBubbleShownCount[];
#if BUILDFLAG(ENABLE_PLUGINS)
extern const char kContentSettingsPluginWhitelist[];
#endif
+#if !defined(OS_ANDROID)
extern const char kPartitionDefaultZoomLevel[];
extern const char kPartitionPerHostZoomLevels[];
-#if !defined(OS_ANDROID)
extern const char kPinnedTabs[];
-#endif
+#endif // !defined(OS_ANDROID)
extern const char kDisable3DAPIs[];
extern const char kEnableDeprecatedWebPlatformFeatures[];

Powered by Google App Engine
This is Rietveld 408576698