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

Unified Diff: ui/base/ui_base_switches.cc

Issue 435383002: adds WARP support to Chromium, for Metro mode only, on Windows 8 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: move kViewerConnect Created 6 years, 4 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: ui/base/ui_base_switches.cc
diff --git a/ui/base/ui_base_switches.cc b/ui/base/ui_base_switches.cc
index 32bb03c0f77389f262054da725c456708239a267..5dcaee176424eae01d1ea1cd63ac0bc0e2efa8f6 100644
--- a/ui/base/ui_base_switches.cc
+++ b/ui/base/ui_base_switches.cc
@@ -44,4 +44,8 @@ const char kLang[] = "lang";
// do not have a user interface.
const char kNoMessageBox[] = "no-message-box";
+// On Windows only: requests that Chrome connect to the running Metro viewer
+// process.
+const char kViewerConnect[] = "viewer-connect";
Ken Russell (switch to Gerrit) 2014/09/02 23:57:29 This name is confusing; I'd suggest something like
luken 2014/09/03 00:58:07 Sure, cpu@ approves a change of name to this flag.
luken 2014/09/03 20:59:30 Done.
+
} // namespace switches
« no previous file with comments | « ui/base/ui_base_switches.h ('k') | ui/gl/generate_bindings.py » ('j') | ui/gl/gl_surface_win.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698