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

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

Issue 7238023: Allow --enable-experimental-extension-apis in incognito mode when TOUCH_UI is defined. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review Created 9 years, 6 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 | no next file » | 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 72c79a2d76dd7b9b6395e31d9bbd99d51eb8f060..8bf35c89068417cb50c917f57dc8f78c0fbe5c58 100644
--- a/chrome/browser/chromeos/login/login_utils.cc
+++ b/chrome/browser/chromeos/login/login_utils.cc
@@ -432,6 +432,11 @@ std::string LoginUtilsImpl::GetOffTheRecordCommandLine(
#if defined(HAVE_XINPUT2)
switches::kTouchDevices,
#endif
+#if defined(TOUCH_UI)
+ // The virtual keyboard extension for TOUCH_UI (chrome://keyboard) highly
+ // relies on experimental APIs.
+ switches::kEnableExperimentalExtensionApis,
+#endif
};
command_line->CopySwitchesFrom(base_command_line,
kForwardSwitches,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698