| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index b01eed8fae993073c469f64894d12d5e44f39cc3..4f0092390100103f72c5ed3437a404ec684321e8 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -615,9 +615,6 @@ const char kKioskMode[] = "kiosk";
|
| // See http://crbug.com/31395.
|
| const char kKioskModePrinting[] = "kiosk-printing";
|
|
|
| -// Comma-separated list of directories with component extensions to load.
|
| -const char kLoadComponentExtension[] = "load-component-extension";
|
| -
|
| // Loads an extension from the specified directory.
|
| const char kLoadExtension[] = "load-extension";
|
|
|
|
|