Chromium Code Reviews| Index: content/common/content_constants.cc |
| =================================================================== |
| --- content/common/content_constants.cc (revision 98657) |
| +++ content/common/content_constants.cc (working copy) |
| @@ -13,6 +13,9 @@ |
| const size_t kMaxURLChars = 2 * 1024 * 1024; |
| const size_t kMaxURLDisplayChars = 32 * 1024; |
| +const char kPluginRenderViewId[] = "PluginRenderViewId"; |
| +const char kPluginRenderProcessId[] = "PluginRenderProcessId"; |
| + |
| } // namespace content |
| #undef FPL |