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

Unified Diff: chrome/browser/plugins/chrome_plugin_service_filter.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: Changes per dcheng@'s 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
Index: chrome/browser/plugins/chrome_plugin_service_filter.h
diff --git a/chrome/browser/plugins/chrome_plugin_service_filter.h b/chrome/browser/plugins/chrome_plugin_service_filter.h
index f3876e145a6ed4307b0d7a47c37183b874932599..82121b7835ce6b0c73b4e899a7dfb33543878f24 100644
--- a/chrome/browser/plugins/chrome_plugin_service_filter.h
+++ b/chrome/browser/plugins/chrome_plugin_service_filter.h
@@ -63,7 +63,9 @@ class ChromePluginServiceFilter : public content::PluginServiceFilter,
bool load_blocked,
const std::string& identifier);
- // PluginServiceFilter implementation:
+ // PluginServiceFilter implementation.
+ // If |url| is not available, the same GURL passed as |policy_url| should be
+ // passed.
bool IsPluginAvailable(int render_process_id,
int render_frame_id,
const void* context,
« no previous file with comments | « no previous file | content/browser/frame_host/render_frame_message_filter.h » ('j') | third_party/WebKit/public/platform/Platform.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698