| Index: chrome/common/chrome_switches.h
|
| ===================================================================
|
| --- chrome/common/chrome_switches.h (revision 26592)
|
| +++ chrome/common/chrome_switches.h (working copy)
|
| @@ -30,6 +30,7 @@
|
| extern const wchar_t kBrowserSubprocessPath[];
|
| extern const wchar_t kPluginProcess[];
|
| extern const wchar_t kWorkerProcess[];
|
| +extern const wchar_t kNaClProcess[];
|
| extern const wchar_t kUtilityProcess[];
|
| extern const wchar_t kProfileImportProcess[];
|
| extern const wchar_t kSingleProcess[];
|
| @@ -133,6 +134,8 @@
|
|
|
| extern const wchar_t kUseLowFragHeapCrt[];
|
|
|
| +extern const wchar_t kInternalNaCl[];
|
| +
|
| #ifndef NDEBUG
|
| extern const wchar_t kGearsPluginPathOverride[];
|
| #endif
|
|
|