diff options
Diffstat (limited to 'content/public/common/content_switches.h')
-rw-r--r-- | content/public/common/content_switches.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/content/public/common/content_switches.h b/content/public/common/content_switches.h index f271ebd..0937325 100644 --- a/content/public/common/content_switches.h +++ b/content/public/common/content_switches.h @@ -151,6 +151,7 @@ CONTENT_EXPORT extern const char kRendererAssertTest[]; extern const char kRendererCmdPrefix[]; CONTENT_EXPORT extern const char kRendererCrashTest[]; CONTENT_EXPORT extern const char kRendererProcess[]; +extern const char kRendererProcessLimit[]; extern const char kRendererStartupDialog[]; // TODO(jam): this doesn't belong in content. CONTENT_EXPORT extern const char kServiceProcess[]; |