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

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

Issue 9958045: Reimplement Libcros fucntions using FlimflamProfileClient (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 8 years, 8 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 | « chrome/common/chrome_switches.h ('k') | chromeos/dbus/flimflam_profile_client.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) 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 "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 1187 matching lines...) Expand 10 before | Expand all | Expand 10 after
1198 // use Chromium's network stack to fetch, and V8 to evaluate. 1198 // use Chromium's network stack to fetch, and V8 to evaluate.
1199 const char kWinHttpProxyResolver[] = "winhttp-proxy-resolver"; 1199 const char kWinHttpProxyResolver[] = "winhttp-proxy-resolver";
1200 1200
1201 // Shows a memory consumption status area widget for OOM debugging. 1201 // Shows a memory consumption status area widget for OOM debugging.
1202 const char kMemoryWidget[] = "memory-widget"; 1202 const char kMemoryWidget[] = "memory-widget";
1203 1203
1204 #if defined(OS_CHROMEOS) 1204 #if defined(OS_CHROMEOS)
1205 // Disables gdata content provider. 1205 // Disables gdata content provider.
1206 const char kDisableGData[] = "disable-gdata"; 1206 const char kDisableGData[] = "disable-gdata";
1207 1207
1208 // Disables Libcros.
1209 const char kDisableLibcros[] = "disable-libcros";
1210
1208 // Skips OAuth part of ChromeOS login process. 1211 // Skips OAuth part of ChromeOS login process.
1209 const char kSkipOAuthLogin[] = "skip-oauth-login"; 1212 const char kSkipOAuthLogin[] = "skip-oauth-login";
1210 1213
1211 // Enables device policy support on ChromeOS. 1214 // Enables device policy support on ChromeOS.
1212 const char kEnableDevicePolicy[] = "enable-device-policy"; 1215 const char kEnableDevicePolicy[] = "enable-device-policy";
1213 1216
1214 // Enables the redirection of viewable document requests to the Google Document 1217 // Enables the redirection of viewable document requests to the Google Document
1215 // Viewer. 1218 // Viewer.
1216 const char kEnableGView[] = "enable-gview"; 1219 const char kEnableGView[] = "enable-gview";
1217 1220
(...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after
1381 1384
1382 // ----------------------------------------------------------------------------- 1385 // -----------------------------------------------------------------------------
1383 // DO NOT ADD YOUR CRAP TO THE BOTTOM OF THIS FILE. 1386 // DO NOT ADD YOUR CRAP TO THE BOTTOM OF THIS FILE.
1384 // 1387 //
1385 // You were going to just dump your switches here, weren't you? Instead, please 1388 // You were going to just dump your switches here, weren't you? Instead, please
1386 // put them in alphabetical order above, or in order inside the appropriate 1389 // put them in alphabetical order above, or in order inside the appropriate
1387 // ifdef at the bottom. The order should match the header. 1390 // ifdef at the bottom. The order should match the header.
1388 // ----------------------------------------------------------------------------- 1391 // -----------------------------------------------------------------------------
1389 1392
1390 } // namespace switches 1393 } // namespace switches
OLDNEW
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | chromeos/dbus/flimflam_profile_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698