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

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

Issue 16948012: This adds a recovery mode to the diagnostics (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Upload after merge Created 7 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | chromeos/chromeos_constants.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 242 matching lines...) Expand 10 before | Expand all | Expand 10 after
253 // management backend. Specifying this switch turns on managed policy from the 253 // management backend. Specifying this switch turns on managed policy from the
254 // device management backend. 254 // device management backend.
255 const char kDeviceManagementUrl[] = "device-management-url"; 255 const char kDeviceManagementUrl[] = "device-management-url";
256 256
257 // Triggers a plethora of diagnostic modes. 257 // Triggers a plethora of diagnostic modes.
258 const char kDiagnostics[] = "diagnostics"; 258 const char kDiagnostics[] = "diagnostics";
259 259
260 // Sets the output format for diagnostic modes enabled by diagnostics flag. 260 // Sets the output format for diagnostic modes enabled by diagnostics flag.
261 const char kDiagnosticsFormat[] = "diagnostics-format"; 261 const char kDiagnosticsFormat[] = "diagnostics-format";
262 262
263 // Tells the diagnostics mode to do the requested recovery step(s).
264 const char kDiagnosticsRecovery[] = "diagnostics-recovery";
265
263 // If set, the app list will be disabled at startup. Note this doesn't prevent 266 // If set, the app list will be disabled at startup. Note this doesn't prevent
264 // the app list from running, it just makes Chrome think the app list hasn't 267 // the app list from running, it just makes Chrome think the app list hasn't
265 // been enabled (as in kEnableAppList) yet. 268 // been enabled (as in kEnableAppList) yet.
266 const char kDisableAppList[] = "disable-app-list"; 269 const char kDisableAppList[] = "disable-app-list";
267 270
268 // Disables the experimental asynchronous DNS client. 271 // Disables the experimental asynchronous DNS client.
269 const char kDisableAsyncDns[] = "disable-async-dns"; 272 const char kDisableAsyncDns[] = "disable-async-dns";
270 273
271 // Disables CNAME lookup of the host when generating the Kerberos SPN for a 274 // Disables CNAME lookup of the host when generating the Kerberos SPN for a
272 // Negotiate challenge. See HttpAuthHandlerNegotiate::CreateSPN for more 275 // Negotiate challenge. See HttpAuthHandlerNegotiate::CreateSPN for more
(...skipping 1328 matching lines...) Expand 10 before | Expand all | Expand 10 after
1601 1604
1602 // ----------------------------------------------------------------------------- 1605 // -----------------------------------------------------------------------------
1603 // DO NOT ADD YOUR CRAP TO THE BOTTOM OF THIS FILE. 1606 // DO NOT ADD YOUR CRAP TO THE BOTTOM OF THIS FILE.
1604 // 1607 //
1605 // You were going to just dump your switches here, weren't you? Instead, please 1608 // You were going to just dump your switches here, weren't you? Instead, please
1606 // put them in alphabetical order above, or in order inside the appropriate 1609 // put them in alphabetical order above, or in order inside the appropriate
1607 // ifdef at the bottom. The order should match the header. 1610 // ifdef at the bottom. The order should match the header.
1608 // ----------------------------------------------------------------------------- 1611 // -----------------------------------------------------------------------------
1609 1612
1610 } // namespace switches 1613 } // namespace switches
OLDNEW
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | chromeos/chromeos_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698