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

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

Issue 15715005: Remove passphrase dialog and last parts of elevation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sync Created 7 years, 6 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') | chrome/common/pref_names.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 1174 matching lines...) Expand 10 before | Expand all | Expand 10 after
1185 const char kRemoteDebuggingFrontend[] = "remote-debugging-frontend"; 1185 const char kRemoteDebuggingFrontend[] = "remote-debugging-frontend";
1186 1186
1187 // Does not show an infobar when an extension attaches to a page using 1187 // Does not show an infobar when an extension attaches to a page using
1188 // chrome.debugger page. Required to attach to extension background pages. 1188 // chrome.debugger page. Required to attach to extension background pages.
1189 const char kSilentDebuggerExtensionAPI[] = "silent-debugger-extension-api"; 1189 const char kSilentDebuggerExtensionAPI[] = "silent-debugger-extension-api";
1190 1190
1191 // Enables print preview in the renderer. This flag is generated internally by 1191 // Enables print preview in the renderer. This flag is generated internally by
1192 // Chrome and does nothing when directly passed to the browser. 1192 // Chrome and does nothing when directly passed to the browser.
1193 const char kRendererPrintPreview[] = "renderer-print-preview"; 1193 const char kRendererPrintPreview[] = "renderer-print-preview";
1194 1194
1195 // Forces a reset of the local passphrase of the managed user account, and
1196 // the managed user settings dialog is shown where a new passphrase can be set.
1197 const char kResetLocalPassphrase[] = "reset-local-passphrase";
1198
1199 // Forces a reset of the one-time-randomized FieldTrials on this client, also 1195 // Forces a reset of the one-time-randomized FieldTrials on this client, also
1200 // known as the Chrome Variations state. 1196 // known as the Chrome Variations state.
1201 const char kResetVariationState[] = "reset-variation-state"; 1197 const char kResetVariationState[] = "reset-variation-state";
1202 1198
1203 // Indicates the last session should be restored on startup. This overrides the 1199 // Indicates the last session should be restored on startup. This overrides the
1204 // preferences value and is primarily intended for testing. The value of this 1200 // preferences value and is primarily intended for testing. The value of this
1205 // switch is the number of tabs to wait until loaded before 'load completed' is 1201 // switch is the number of tabs to wait until loaded before 'load completed' is
1206 // sent to the ui_test. 1202 // sent to the ui_test.
1207 const char kRestoreLastSession[] = "restore-last-session"; 1203 const char kRestoreLastSession[] = "restore-last-session";
1208 1204
(...skipping 385 matching lines...) Expand 10 before | Expand all | Expand 10 after
1594 1590
1595 // ----------------------------------------------------------------------------- 1591 // -----------------------------------------------------------------------------
1596 // DO NOT ADD YOUR CRAP TO THE BOTTOM OF THIS FILE. 1592 // DO NOT ADD YOUR CRAP TO THE BOTTOM OF THIS FILE.
1597 // 1593 //
1598 // You were going to just dump your switches here, weren't you? Instead, please 1594 // You were going to just dump your switches here, weren't you? Instead, please
1599 // put them in alphabetical order above, or in order inside the appropriate 1595 // put them in alphabetical order above, or in order inside the appropriate
1600 // ifdef at the bottom. The order should match the header. 1596 // ifdef at the bottom. The order should match the header.
1601 // ----------------------------------------------------------------------------- 1597 // -----------------------------------------------------------------------------
1602 1598
1603 } // namespace switches 1599 } // namespace switches
OLDNEW
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | chrome/common/pref_names.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698