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

Unified Diff: chrome/browser/plugins/plugin_info_message_filter.h

Issue 2208463002: [HBD] Implement site-origin exceptions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@hbd_disableplugincache
Patch Set: Rebase 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 | « chrome/browser/plugins/plugin_filter_utils.cc ('k') | chrome/browser/plugins/plugin_info_message_filter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/plugins/plugin_info_message_filter.h
diff --git a/chrome/browser/plugins/plugin_info_message_filter.h b/chrome/browser/plugins/plugin_info_message_filter.h
index 83173667c566a54265edeab5433fa07369192d6a..fecf3c5ef4217f999ff6d9f04926cbdf1df6c899 100644
--- a/chrome/browser/plugins/plugin_info_message_filter.h
+++ b/chrome/browser/plugins/plugin_info_message_filter.h
@@ -70,13 +70,6 @@ class PluginInfoMessageFilter : public content::BrowserMessageFilter {
content::WebPluginInfo* plugin,
std::string* actual_mime_type,
std::unique_ptr<PluginMetadata>* plugin_metadata) const;
- void GetPluginContentSetting(const content::WebPluginInfo& plugin,
- const GURL& policy_url,
- const GURL& plugin_url,
- const std::string& resource,
- ContentSetting* setting,
- bool* is_default,
- bool* is_managed) const;
void MaybeGrantAccess(ChromeViewHostMsg_GetPluginInfo_Status status,
const base::FilePath& path) const;
bool IsPluginEnabled(const content::WebPluginInfo& plugin) const;
« no previous file with comments | « chrome/browser/plugins/plugin_filter_utils.cc ('k') | chrome/browser/plugins/plugin_info_message_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698