| Index: content/shell/common/shell_switches.h
|
| diff --git a/content/shell/common/shell_switches.h b/content/shell/common/shell_switches.h
|
| index 5ee6fde8303da4a477d93410c9f8b95677cf0084..4b096224646d59559ed0a40616d9d1e34c73a3c2 100644
|
| --- a/content/shell/common/shell_switches.h
|
| +++ b/content/shell/common/shell_switches.h
|
| @@ -15,6 +15,7 @@ namespace switches {
|
| extern const char kContentBrowserTest[];
|
| extern const char kContentShellDataPath[];
|
| extern const char kCrashDumpsDir[];
|
| +extern const char kExposeInternalsForTesting[];
|
| extern const char kIsolateSitesForTesting[];
|
| extern const char kRegisterFontFiles[];
|
| extern const char kContentShellHostWindowSize[];
|
|
|