diff options
Diffstat (limited to 'content/common/content_constants.h')
-rw-r--r-- | content/common/content_constants.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/content/common/content_constants.h b/content/common/content_constants.h index b34f4bf..1c8b680 100644 --- a/content/common/content_constants.h +++ b/content/common/content_constants.h @@ -30,6 +30,11 @@ extern const size_t kMaxTitleChars; extern const size_t kMaxURLChars; extern const size_t kMaxURLDisplayChars; +// The render view and render process id associated with the default plugin +// instance. +extern const char kDefaultPluginRenderViewId[]; +extern const char kDefaultPluginRenderProcessId[]; + } // namespace content #endif // CONTENT_COMMON_CHROME_CONSTANTS_H_ |