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

Unified Diff: chrome/browser/ui/browser.cc

Issue 9006036: Create an API around PluginService and use it from Chrome. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years 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/ui/browser.cc
===================================================================
--- chrome/browser/ui/browser.cc (revision 115169)
+++ chrome/browser/ui/browser.cc (working copy)
@@ -142,7 +142,6 @@
#include "content/browser/child_process_security_policy.h"
#include "content/browser/download/save_package.h"
#include "content/browser/host_zoom_map.h"
-#include "content/browser/plugin_service.h"
#include "content/browser/renderer_host/render_view_host.h"
#include "content/browser/site_instance.h"
#include "content/browser/tab_contents/interstitial_page.h"
@@ -156,6 +155,7 @@
#include "content/public/browser/intents_host.h"
#include "content/public/browser/notification_details.h"
#include "content/public/browser/notification_service.h"
+#include "content/public/browser/plugin_service.h"
#include "content/public/browser/user_metrics.h"
#include "content/public/common/content_restriction.h"
#include "content/public/common/content_switches.h"
@@ -174,6 +174,7 @@
#include "webkit/glue/web_intent_data.h"
#include "webkit/glue/webkit_glue.h"
#include "webkit/glue/window_open_disposition.h"
+#include "webkit/plugins/webplugininfo.h"
#if defined(OS_WIN)
#include "chrome/browser/autofill/autofill_ie_toolbar_import_win.h"
@@ -205,6 +206,7 @@
#endif
using base::TimeDelta;
+using content::PluginService;
using content::UserMetricsAction;
///////////////////////////////////////////////////////////////////////////////

Powered by Google App Engine
This is Rietveld 408576698