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

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

Issue 10175005: Add command line flag to force all extensions to have a browser action. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 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 452 matching lines...) Expand 10 before | Expand all | Expand 10 after
463 const char kEnableAutofillFeedback[] = "enable-autofill-feedback"; 463 const char kEnableAutofillFeedback[] = "enable-autofill-feedback";
464 464
465 // Enables the pre- and auto-login features. When a user signs in to sync, the 465 // Enables the pre- and auto-login features. When a user signs in to sync, the
466 // browser's cookie jar is pre-filled with GAIA cookies. When the user visits a 466 // browser's cookie jar is pre-filled with GAIA cookies. When the user visits a
467 // GAIA login page, an info bar can help the user login. 467 // GAIA login page, an info bar can help the user login.
468 const char kEnableAutologin[] = "enable-autologin"; 468 const char kEnableAutologin[] = "enable-autologin";
469 469
470 // Enables the benchmarking extensions. 470 // Enables the benchmarking extensions.
471 const char kEnableBenchmarking[] = "enable-benchmarking"; 471 const char kEnableBenchmarking[] = "enable-benchmarking";
472 472
473 // Enables making all extensions have a browser action.
474 const char kEnableBrowserActionsForAll[] = "enable-browser-actions-for-all";
475
473 // Enables the bundled PPAPI version of Flash. 476 // Enables the bundled PPAPI version of Flash.
474 const char kEnableBundledPpapiFlash[] = "enable-bundled-ppapi-flash"; 477 const char kEnableBundledPpapiFlash[] = "enable-bundled-ppapi-flash";
475 478
476 // Enables Chrome To Mobile. 479 // Enables Chrome To Mobile.
477 // This switch is not currently respected; use the disable switch instead. 480 // This switch is not currently respected; use the disable switch instead.
478 const char kEnableChromeToMobile[] = "enable-chrome-to-mobile"; 481 const char kEnableChromeToMobile[] = "enable-chrome-to-mobile";
479 482
480 // This applies only when the process type is "service". Enables the Cloud 483 // This applies only when the process type is "service". Enables the Cloud
481 // Print Proxy component within the service process. 484 // Print Proxy component within the service process.
482 const char kEnableCloudPrintProxy[] = "enable-cloud-print-proxy"; 485 const char kEnableCloudPrintProxy[] = "enable-cloud-print-proxy";
(...skipping 923 matching lines...) Expand 10 before | Expand all | Expand 10 after
1406 1409
1407 // ----------------------------------------------------------------------------- 1410 // -----------------------------------------------------------------------------
1408 // DO NOT ADD YOUR CRAP TO THE BOTTOM OF THIS FILE. 1411 // DO NOT ADD YOUR CRAP TO THE BOTTOM OF THIS FILE.
1409 // 1412 //
1410 // You were going to just dump your switches here, weren't you? Instead, please 1413 // You were going to just dump your switches here, weren't you? Instead, please
1411 // put them in alphabetical order above, or in order inside the appropriate 1414 // put them in alphabetical order above, or in order inside the appropriate
1412 // ifdef at the bottom. The order should match the header. 1415 // ifdef at the bottom. The order should match the header.
1413 // ----------------------------------------------------------------------------- 1416 // -----------------------------------------------------------------------------
1414 1417
1415 } // namespace switches 1418 } // 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