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

Side by Side Diff: chrome/common/chrome_switches.cc

Issue 8598024: Now that we are doing a hard-cut-over to Aura, remove a bunch of *Views based classes that are ob... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | chrome/common/native_web_keyboard_event_views.h » ('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) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 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 "chrome/common/chrome_switches.h" 5 #include "chrome/common/chrome_switches.h"
6 6
7 #include "base/base_switches.h" 7 #include "base/base_switches.h"
8 #include "base/command_line.h" 8 #include "base/command_line.h"
9 9
10 namespace switches { 10 namespace switches {
(...skipping 1226 matching lines...) Expand 10 before | Expand all | Expand 10 after
1237 1237
1238 #if defined(TOOLKIT_VIEWS) 1238 #if defined(TOOLKIT_VIEWS)
1239 // Enables debug paint in views framework. Enabling this causes the damaged 1239 // Enables debug paint in views framework. Enabling this causes the damaged
1240 // region being painted to flash in red. 1240 // region being painted to flash in red.
1241 const char kDebugViewsPaint[] = "debug-views-paint"; 1241 const char kDebugViewsPaint[] = "debug-views-paint";
1242 1242
1243 // Tells chrome to interpret events from these devices as touch events. Only 1243 // Tells chrome to interpret events from these devices as touch events. Only
1244 // available with XInput 2 (i.e. X server 1.8 or above). The id's of the 1244 // available with XInput 2 (i.e. X server 1.8 or above). The id's of the
1245 // devices can be retrieved from 'xinput list'. 1245 // devices can be retrieved from 'xinput list'.
1246 const char kTouchDevices[] = "touch-devices"; 1246 const char kTouchDevices[] = "touch-devices";
1247
1248 // Runs Chrome inside the views desktop shell.
1249 const char kViewsDesktop[] = "views-desktop";
1250 #endif 1247 #endif
1251 1248
1252 #ifndef NDEBUG 1249 #ifndef NDEBUG
1253 // URL of the OAuth server host 1250 // URL of the OAuth server host
1254 const char kOAuthHostUrl[] = "oauth-host-url"; 1251 const char kOAuthHostUrl[] = "oauth-host-url";
1255 1252
1256 // Clears the token service before using it. This allows simulating the 1253 // Clears the token service before using it. This allows simulating the
1257 // expiration of credentials during testing. 1254 // expiration of credentials during testing.
1258 const char kClearTokenService[] = "clear-token-service"; 1255 const char kClearTokenService[] = "clear-token-service";
1259 1256
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
1296 1293
1297 // ----------------------------------------------------------------------------- 1294 // -----------------------------------------------------------------------------
1298 // DO NOT ADD YOUR CRAP TO THE BOTTOM OF THIS FILE. 1295 // DO NOT ADD YOUR CRAP TO THE BOTTOM OF THIS FILE.
1299 // 1296 //
1300 // You were going to just dump your switches here, weren't you? Instead, please 1297 // You were going to just dump your switches here, weren't you? Instead, please
1301 // put them in alphabetical order above, or in order inside the appropriate 1298 // put them in alphabetical order above, or in order inside the appropriate
1302 // ifdef at the bottom. The order should match the header. 1299 // ifdef at the bottom. The order should match the header.
1303 // ----------------------------------------------------------------------------- 1300 // -----------------------------------------------------------------------------
1304 1301
1305 } // namespace switches 1302 } // namespace switches
OLDNEW
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | chrome/common/native_web_keyboard_event_views.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698