Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(200)

Unified Diff: content/public/common/content_constants.h

Issue 1141793002: Reland: Fix WebViewPlugin::scheduleAnimation crash (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: filepath windows issue Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/public/common/content_constants.h
diff --git a/content/public/common/content_constants.h b/content/public/common/content_constants.h
index df9d557ff76de3e5227c3e6ea02e0f72b24310b6..5e1b7c86125ff895c8a35554cb18f22f2f946d7b 100644
--- a/content/public/common/content_constants.h
+++ b/content/public/common/content_constants.h
@@ -33,6 +33,8 @@ CONTENT_EXPORT extern const char kFlashPluginSplExtension[];
CONTENT_EXPORT extern const char kFlashPluginSplDescription[];
CONTENT_EXPORT extern const char kSilverlightPluginMimeTypePrefix[];
+CONTENT_EXPORT extern const char kAlwaysThrottleTestPluginName[];
+
CONTENT_EXPORT extern const size_t kMaxRendererProcessCount;
// The maximum number of session history entries per tab.

Powered by Google App Engine
This is Rietveld 408576698