Chromium Code Reviews| Index: content/public/common/content_switches.h |
| diff --git a/content/public/common/content_switches.h b/content/public/common/content_switches.h |
| index f80152ac24c27033230be180c73108a5835282d6..0c690eb1fccf25c60821ed7245e54dd7fb76a269 100644 |
| --- a/content/public/common/content_switches.h |
| +++ b/content/public/common/content_switches.h |
| @@ -285,6 +285,8 @@ CONTENT_EXPORT extern const char kDisableLegacyIntermediateWindow[]; |
| CONTENT_EXPORT extern const char kEnableWin32kRendererLockDown[]; |
| #endif |
| +CONTENT_EXPORT extern const char kRendererWaitForDebugger[]; |
|
Charlie Reis
2014/08/29 00:04:24
See the comment below. Please alphabetize this ab
Jaekyun Seok (inactive)
2014/08/29 01:05:08
Done.
|
| + |
| // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in |
| // alphabetical order, or in one of the ifdefs (also in order in each section). |