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

Side by Side 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: renamed switch Created 6 years, 3 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « ui/base/ui_base_switches.h ('k') | ui/gl/generate_bindings.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "ui/base/ui_base_switches.h" 5 #include "ui/base/ui_base_switches.h"
6 6
7 namespace switches { 7 namespace switches {
8 8
9 #if defined(OS_MACOSX) && !defined(OS_IOS) 9 #if defined(OS_MACOSX) && !defined(OS_IOS)
10 // Enable use of cross-process CALayers to display content directly from the 10 // Enable use of cross-process CALayers to display content directly from the
(...skipping 26 matching lines...) Expand all
37 const char kEnableTouchEditing[] = "enable-touch-editing"; 37 const char kEnableTouchEditing[] = "enable-touch-editing";
38 38
39 // The language file that we want to try to open. Of the form 39 // The language file that we want to try to open. Of the form
40 // language[-country] where language is the 2 letter code from ISO-639. 40 // language[-country] where language is the 2 letter code from ISO-639.
41 const char kLang[] = "lang"; 41 const char kLang[] = "lang";
42 42
43 // Disable ui::MessageBox. This is useful when running as part of scripts that 43 // Disable ui::MessageBox. This is useful when running as part of scripts that
44 // do not have a user interface. 44 // do not have a user interface.
45 const char kNoMessageBox[] = "no-message-box"; 45 const char kNoMessageBox[] = "no-message-box";
46 46
47 // On Windows only: requests that Chrome connect to the running Metro viewer
48 // process.
49 const char kViewerConnect[] = "connect-to-metro-viewer";
50
47 } // namespace switches 51 } // namespace switches
OLDNEW
« no previous file with comments | « ui/base/ui_base_switches.h ('k') | ui/gl/generate_bindings.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698