| Index: chrome/common/chrome_switches.h
|
| diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h
|
| index 2432050ee0b30e159b011f9a10659c0edbad7fe3..50666c89b83803cf50a94842b09e13f15784ee0c 100644
|
| --- a/chrome/common/chrome_switches.h
|
| +++ b/chrome/common/chrome_switches.h
|
| @@ -143,6 +143,8 @@ extern const wchar_t kEnableUserScripts[];
|
| extern const wchar_t kEnableExtensions[];
|
| extern const wchar_t kInstallExtension[];
|
| extern const wchar_t kLoadExtension[];
|
| +extern const wchar_t kPackExtension[];
|
| +extern const wchar_t kPackExtensionKey[];
|
| extern const wchar_t kLoadPlugin[];
|
| extern const wchar_t kUserScriptsDir[];
|
|
|
|
|