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

Unified Diff: content/public/common/content_switches.h

Issue 10808052: Tidy up Android's is-tablet functionality. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: TabletUi -> TabletUI Created 8 years, 5 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: content/public/common/content_switches.h
diff --git a/content/public/common/content_switches.h b/content/public/common/content_switches.h
index 226dc19fcbb9b66aa55b1deb2825073ad99d8472..0dac04d9af03855ca19c75c7a38b276287ca3929 100644
--- a/content/public/common/content_switches.h
+++ b/content/public/common/content_switches.h
@@ -198,6 +198,10 @@ CONTENT_EXPORT extern const char kFixedPositionCreatesStackingContext[];
extern const char kEnableVisualWordMovement[];
+#if defined(OS_ANDROID)
+extern const char kUseMobileUserAgent[];
jochen (gone - plz use gerrit) 2012/07/23 15:08:19 why is this switch defined in content/ while table
benm (inactive) 2012/07/23 15:20:41 Oh, good spot. My intent was to keep tablet-ness o
+#endif
+
#if defined(OS_POSIX) && !defined(OS_MACOSX)
extern const char kScrollPixels[];
#endif

Powered by Google App Engine
This is Rietveld 408576698