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

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

Issue 10702017: Revert r 144574 "Modify experimental identity flow to display scope descriptions and details." (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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/extensions/extension_permission_set.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 213 matching lines...) Expand 10 before | Expand all | Expand 10 after
224 // without having to restart the browser). 224 // without having to restart the browser).
225 const char kDebugDevToolsFrontend[] = "debug-devtools-frontend"; 225 const char kDebugDevToolsFrontend[] = "debug-devtools-frontend";
226 226
227 // Enables a frame context menu item that toggles the frame in and out of glass 227 // Enables a frame context menu item that toggles the frame in and out of glass
228 // mode (Windows Vista and up only). 228 // mode (Windows Vista and up only).
229 const char kDebugEnableFrameToggle[] = "debug-enable-frame-toggle"; 229 const char kDebugEnableFrameToggle[] = "debug-enable-frame-toggle";
230 230
231 // Enables support to debug printing subsystem. 231 // Enables support to debug printing subsystem.
232 const char kDebugPrint[] = "debug-print"; 232 const char kDebugPrint[] = "debug-print";
233 233
234 // For the experimental identity API, do not grant scopes unless the user has
235 // explicitly approved them.
236 const char kDemandUserScopeApproval[] = "demand-user-scope-approval";
237
238 // Specifies the URL at which to fetch configuration policy from the device 234 // Specifies the URL at which to fetch configuration policy from the device
239 // management backend. Specifying this switch turns on managed policy from the 235 // management backend. Specifying this switch turns on managed policy from the
240 // device management backend. 236 // device management backend.
241 const char kDeviceManagementUrl[] = "device-management-url"; 237 const char kDeviceManagementUrl[] = "device-management-url";
242 238
243 // Triggers a plethora of diagnostic modes. 239 // Triggers a plethora of diagnostic modes.
244 const char kDiagnostics[] = "diagnostics"; 240 const char kDiagnostics[] = "diagnostics";
245 241
246 // Replaces the audio IPC layer for <audio> and <video> with a mock audio 242 // Replaces the audio IPC layer for <audio> and <video> with a mock audio
247 // device, useful when using remote desktop or machines without sound cards. 243 // device, useful when using remote desktop or machines without sound cards.
(...skipping 1236 matching lines...) Expand 10 before | Expand all | Expand 10 after
1484 1480
1485 // ----------------------------------------------------------------------------- 1481 // -----------------------------------------------------------------------------
1486 // DO NOT ADD YOUR CRAP TO THE BOTTOM OF THIS FILE. 1482 // DO NOT ADD YOUR CRAP TO THE BOTTOM OF THIS FILE.
1487 // 1483 //
1488 // You were going to just dump your switches here, weren't you? Instead, please 1484 // You were going to just dump your switches here, weren't you? Instead, please
1489 // put them in alphabetical order above, or in order inside the appropriate 1485 // put them in alphabetical order above, or in order inside the appropriate
1490 // ifdef at the bottom. The order should match the header. 1486 // ifdef at the bottom. The order should match the header.
1491 // ----------------------------------------------------------------------------- 1487 // -----------------------------------------------------------------------------
1492 1488
1493 } // namespace switches 1489 } // namespace switches
OLDNEW
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | chrome/common/extensions/extension_permission_set.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698