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

Unified Diff: chrome/common/chrome_switches.cc

Issue 50603005: Add cross-platform API to get the form factor of the device (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: small formatting changes Created 7 years, 1 month 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/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 7db40aeaead4919d5c5c7502c44f7b93f90c45b5..6354006a2af1f1ba5140c2cf8d00c845700c473c 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -1548,9 +1548,6 @@ const char kEnableNewNTP[] = "enable-new-ntp";
// Pops the translate infobar if possible.
const char kEnableTranslate[] = "enable-translate";
-// Uses the tablet specific UI components when available.
-const char kTabletUI[] = "tablet-ui";
-
// Enables support for playing videos on Chromecast devices.
const char kEnableCast[] = "enable-cast";

Powered by Google App Engine
This is Rietveld 408576698