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

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

Issue 10993015: drive: Remove --enable-drive-v2-api from about:flags (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased Created 8 years, 2 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') | no next file » | 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 491 matching lines...) Expand 10 before | Expand all | Expand 10 after
502 502
503 // Enables web developers to create apps for Chrome without using crx packages. 503 // Enables web developers to create apps for Chrome without using crx packages.
504 const char kEnableCrxlessWebApps[] = "enable-crxless-web-apps"; 504 const char kEnableCrxlessWebApps[] = "enable-crxless-web-apps";
505 505
506 // If true devtools experimental settings are enabled. 506 // If true devtools experimental settings are enabled.
507 const char kEnableDevToolsExperiments[] = "enable-devtools-experiments"; 507 const char kEnableDevToolsExperiments[] = "enable-devtools-experiments";
508 508
509 // Enables experimental discovery slots in New Tab page. 509 // Enables experimental discovery slots in New Tab page.
510 const char kEnableDiscoveryInNewTabPage[] = "enable-discovery-ntp"; 510 const char kEnableDiscoveryInNewTabPage[] = "enable-discovery-ntp";
511 511
512 // Enables Drive v2 API instead of Google Documents List API.
513 const char kEnableDriveV2Api[] = "enable-drive-v2-api";
514
515 // Enables extensions to be easily installed from sites other than the web 512 // Enables extensions to be easily installed from sites other than the web
516 // store. Without this flag, they can still be installed, but must be manually 513 // store. Without this flag, they can still be installed, but must be manually
517 // dragged onto chrome://extensions/. 514 // dragged onto chrome://extensions/.
518 const char kEnableEasyOffStoreExtensionInstall[] = 515 const char kEnableEasyOffStoreExtensionInstall[] =
519 "enable-easy-off-store-extension-install"; 516 "enable-easy-off-store-extension-install";
520 517
521 // Enables extension APIs that are in development. 518 // Enables extension APIs that are in development.
522 const char kEnableExperimentalExtensionApis[] = 519 const char kEnableExperimentalExtensionApis[] =
523 "enable-experimental-extension-apis"; 520 "enable-experimental-extension-apis";
524 521
(...skipping 1053 matching lines...) Expand 10 before | Expand all | Expand 10 after
1578 1575
1579 // ----------------------------------------------------------------------------- 1576 // -----------------------------------------------------------------------------
1580 // DO NOT ADD YOUR CRAP TO THE BOTTOM OF THIS FILE. 1577 // DO NOT ADD YOUR CRAP TO THE BOTTOM OF THIS FILE.
1581 // 1578 //
1582 // You were going to just dump your switches here, weren't you? Instead, please 1579 // You were going to just dump your switches here, weren't you? Instead, please
1583 // put them in alphabetical order above, or in order inside the appropriate 1580 // put them in alphabetical order above, or in order inside the appropriate
1584 // ifdef at the bottom. The order should match the header. 1581 // ifdef at the bottom. The order should match the header.
1585 // ----------------------------------------------------------------------------- 1582 // -----------------------------------------------------------------------------
1586 1583
1587 } // namespace switches 1584 } // namespace switches
OLDNEW
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698