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

Unified Diff: chrome/browser/chromeos/login/login_utils.cc

Issue 9078005: Remove almost all remaining TOUCH_UIs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: another clean rebase Created 8 years, 11 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/browser/extensions/extension_input_api.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/login/login_utils.cc
diff --git a/chrome/browser/chromeos/login/login_utils.cc b/chrome/browser/chromeos/login/login_utils.cc
index 72279719664533e0887be55ba57d156bd14c23b0..f8513044c520f09042a95efa4dfb8dc10bc5cd05 100644
--- a/chrome/browser/chromeos/login/login_utils.cc
+++ b/chrome/browser/chromeos/login/login_utils.cc
@@ -984,9 +984,9 @@ std::string LoginUtilsImpl::GetOffTheRecordCommandLine(
switches::kPpapiFlashPath,
switches::kPpapiFlashVersion,
switches::kTouchDevices,
-#if defined(TOUCH_UI)
- // The virtual keyboard extension for TOUCH_UI (chrome://keyboard) highly
- // relies on experimental APIs.
+#if defined(USE_VIRTUAL_KEYBOARD)
+ // The virtual keyboard extension (chrome://keyboard) highly relies on
+ // experimental APIs.
switches::kEnableExperimentalExtensionApis,
#endif
};
« no previous file with comments | « no previous file | chrome/browser/extensions/extension_input_api.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698