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

Unified Diff: content/ppapi_plugin/ppapi_blink_platform_impl.h

Issue 2156803002: [HBD] Remove PluginCache and reload plugin list when origin changes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add comment Created 4 years, 4 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
« no previous file with comments | « content/common/frame_messages.h ('k') | content/ppapi_plugin/ppapi_blink_platform_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/ppapi_plugin/ppapi_blink_platform_impl.h
diff --git a/content/ppapi_plugin/ppapi_blink_platform_impl.h b/content/ppapi_plugin/ppapi_blink_platform_impl.h
index d3f25b4ec7903501b94d615e60f3f7b249e31281..dc1c78675a96f0f809f33a6b95c9e83fef4a291c 100644
--- a/content/ppapi_plugin/ppapi_blink_platform_impl.h
+++ b/content/ppapi_plugin/ppapi_blink_platform_impl.h
@@ -44,7 +44,9 @@ class PpapiBlinkPlatformImpl : public BlinkPlatformImpl {
blink::WebString defaultLocale() override;
blink::WebThemeEngine* themeEngine() override;
blink::WebURLLoader* createURLLoader() override;
- void getPluginList(bool refresh, blink::WebPluginListBuilder*) override;
+ void getPluginList(bool refresh,
+ const blink::WebSecurityOrigin& mainFrameOrigin,
+ blink::WebPluginListBuilder*) override;
blink::WebData loadResource(const char* name) override;
blink::WebStorageNamespace* createLocalStorageNamespace() override;
virtual void dispatchStorageEvent(const blink::WebString& key,
« no previous file with comments | « content/common/frame_messages.h ('k') | content/ppapi_plugin/ppapi_blink_platform_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698