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

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

Issue 2680883003: Temporarily re-introduce load-component-extension switch. (Closed)
Patch Set: --enable-chromedriver -> --enable-automation Created 3 years, 10 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
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 #include "build/build_config.h" 9 #include "build/build_config.h"
10 #include "ppapi/features/features.h" 10 #include "ppapi/features/features.h"
(...skipping 534 matching lines...) Expand 10 before | Expand all | Expand 10 after
545 // Used for testing - keeps browser alive after last browser window closes. 545 // Used for testing - keeps browser alive after last browser window closes.
546 const char kKeepAliveForTest[] = "keep-alive-for-test"; 546 const char kKeepAliveForTest[] = "keep-alive-for-test";
547 547
548 // Enable Kiosk mode. 548 // Enable Kiosk mode.
549 const char kKioskMode[] = "kiosk"; 549 const char kKioskMode[] = "kiosk";
550 550
551 // Print automatically in kiosk mode. |kKioskMode| must be set as well. 551 // Print automatically in kiosk mode. |kKioskMode| must be set as well.
552 // See http://crbug.com/31395. 552 // See http://crbug.com/31395.
553 const char kKioskModePrinting[] = "kiosk-printing"; 553 const char kKioskModePrinting[] = "kiosk-printing";
554 554
555 // Comma-separated list of directories with component extensions to load.
556 const char kLoadComponentExtension[] = "load-component-extension";
557
555 // Loads an extension from the specified directory. 558 // Loads an extension from the specified directory.
556 const char kLoadExtension[] = "load-extension"; 559 const char kLoadExtension[] = "load-extension";
557 560
558 // Loads the Media Router component extension on startup. 561 // Loads the Media Router component extension on startup.
559 const char kLoadMediaRouterComponentExtension[] = 562 const char kLoadMediaRouterComponentExtension[] =
560 "load-media-router-component-extension"; 563 "load-media-router-component-extension";
561 564
562 // Makes Chrome default browser 565 // Makes Chrome default browser
563 const char kMakeDefaultBrowser[] = "make-default-browser"; 566 const char kMakeDefaultBrowser[] = "make-default-browser";
564 567
(...skipping 600 matching lines...) Expand 10 before | Expand all | Expand 10 after
1165 1168
1166 // ----------------------------------------------------------------------------- 1169 // -----------------------------------------------------------------------------
1167 // DO NOT ADD YOUR VERY NICE FLAGS TO THE BOTTOM OF THIS FILE. 1170 // DO NOT ADD YOUR VERY NICE FLAGS TO THE BOTTOM OF THIS FILE.
1168 // 1171 //
1169 // You were going to just dump your switches here, weren't you? Instead, please 1172 // You were going to just dump your switches here, weren't you? Instead, please
1170 // put them in alphabetical order above, or in order inside the appropriate 1173 // put them in alphabetical order above, or in order inside the appropriate
1171 // ifdef at the bottom. The order should match the header. 1174 // ifdef at the bottom. The order should match the header.
1172 // ----------------------------------------------------------------------------- 1175 // -----------------------------------------------------------------------------
1173 1176
1174 } // namespace switches 1177 } // namespace switches
OLDNEW
« chrome/common/chrome_switches.h ('K') | « chrome/common/chrome_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698