Chromium Code Reviews| Index: chrome/common/chrome_switches.h |
| diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h |
| index 89faf47f01f00e98ab2a4eb1b89ae961c76cbbe1..7fef4a6a28427267079c619b00ef46355a4d7c95 100644 |
| --- a/chrome/common/chrome_switches.h |
| +++ b/chrome/common/chrome_switches.h |
| @@ -179,7 +179,7 @@ extern const char kEnableOmniboxAutoCompletionForIme[]; |
| extern const char kEnablePanels[]; |
| extern const char kEnablePasswordAutofillPublicSuffixDomainMatching[]; |
| extern const char kEnablePasswordGeneration[]; |
| -extern const char kEnablePnacl[]; |
| +extern const char kDisablePnacl[]; |
|
jvoung (off chromium)
2013/07/24 15:46:58
Oops when I added kDisablePnaclInstall, should hav
sehr
2013/07/24 16:57:02
You weren't the only one. I moved all the kDisabl
|
| extern const char kDisablePnaclInstall[]; |
| extern const char kEnableProfiling[]; |
| extern const char kEnableQuic[]; |