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

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

Issue 10630021: Modify experimental identity flow to display scope descriptions and details. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync 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
234 // Specifies the URL at which to fetch configuration policy from the device 238 // Specifies the URL at which to fetch configuration policy from the device
235 // management backend. Specifying this switch turns on managed policy from the 239 // management backend. Specifying this switch turns on managed policy from the
236 // device management backend. 240 // device management backend.
237 const char kDeviceManagementUrl[] = "device-management-url"; 241 const char kDeviceManagementUrl[] = "device-management-url";
238 242
239 // Triggers a plethora of diagnostic modes. 243 // Triggers a plethora of diagnostic modes.
240 const char kDiagnostics[] = "diagnostics"; 244 const char kDiagnostics[] = "diagnostics";
241 245
242 // Replaces the audio IPC layer for <audio> and <video> with a mock audio 246 // Replaces the audio IPC layer for <audio> and <video> with a mock audio
243 // device, useful when using remote desktop or machines without sound cards. 247 // device, useful when using remote desktop or machines without sound cards.
(...skipping 1236 matching lines...) Expand 10 before | Expand all | Expand 10 after
1480 1484
1481 // ----------------------------------------------------------------------------- 1485 // -----------------------------------------------------------------------------
1482 // DO NOT ADD YOUR CRAP TO THE BOTTOM OF THIS FILE. 1486 // DO NOT ADD YOUR CRAP TO THE BOTTOM OF THIS FILE.
1483 // 1487 //
1484 // You were going to just dump your switches here, weren't you? Instead, please 1488 // You were going to just dump your switches here, weren't you? Instead, please
1485 // put them in alphabetical order above, or in order inside the appropriate 1489 // put them in alphabetical order above, or in order inside the appropriate
1486 // ifdef at the bottom. The order should match the header. 1490 // ifdef at the bottom. The order should match the header.
1487 // ----------------------------------------------------------------------------- 1491 // -----------------------------------------------------------------------------
1488 1492
1489 } // namespace switches 1493 } // 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