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

Unified Diff: content/public/browser/plugin_service_filter.h

Issue 16059004: [content shell] only allow test plugins to load during layout tests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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/browser/plugin_service_filter.h
diff --git a/content/public/browser/plugin_service_filter.h b/content/public/browser/plugin_service_filter.h
index e151ef9f3f3975be08801395897d6e05d1d960d3..5ec19619cf3f25219c79d9290c69cbd1235fe350 100644
--- a/content/public/browser/plugin_service_filter.h
+++ b/content/public/browser/plugin_service_filter.h
@@ -7,6 +7,10 @@
class GURL;
+namespace base {
+class FilePath;
+}
+
namespace webkit {
struct WebPluginInfo;
}

Powered by Google App Engine
This is Rietveld 408576698