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

Unified Diff: chrome/browser/chrome_plugin_service_filter.h

Issue 7977042: Get rid of synchronous calls to getting plugins to help with http://codereview.chromium.org/79800... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 3 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 | « no previous file | chrome/browser/chrome_plugin_service_filter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chrome_plugin_service_filter.h
===================================================================
--- chrome/browser/chrome_plugin_service_filter.h (revision 102144)
+++ chrome/browser/chrome_plugin_service_filter.h (working copy)
@@ -18,7 +18,6 @@
#include "content/common/notification_observer.h"
#include "content/common/notification_registrar.h"
#include "googleurl/src/gurl.h"
-#include "webkit/plugins/webplugininfo.h"
class PluginPrefs;
class Profile;
@@ -40,7 +39,7 @@
void OverridePluginForTab(int render_process_id,
int render_view_id,
const GURL& url,
- const webkit::WebPluginInfo& plugin);
+ const string16& plugin_name);
// Restricts the given plugin to the given profile and origin of the given
// URL.
@@ -67,7 +66,7 @@
int render_process_id;
int render_view_id;
GURL url; // If empty, the override applies to all urls in render_view.
- webkit::WebPluginInfo plugin;
+ string16 plugin_name;
};
ChromePluginServiceFilter();
« no previous file with comments | « no previous file | chrome/browser/chrome_plugin_service_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698