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

Unified Diff: chrome/browser/extensions/extension_content_settings_api.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/extensions/extension_content_settings_api.cc
===================================================================
--- chrome/browser/extensions/extension_content_settings_api.cc (revision 115169)
+++ chrome/browser/extensions/extension_content_settings_api.cc (working copy)
@@ -20,10 +20,11 @@
#include "chrome/browser/profiles/profile.h"
#include "chrome/common/chrome_switches.h"
#include "chrome/common/extensions/extension_error_utils.h"
-#include "content/browser/plugin_service.h"
+#include "content/public/browser/plugin_service.h"
#include "webkit/plugins/npapi/plugin_group.h"
using content::BrowserThread;
+using content::PluginService;
namespace helpers = extension_content_settings_helpers;
namespace keys = extension_content_settings_api_constants;
« no previous file with comments | « chrome/browser/component_updater/pepper_flash_component_installer.cc ('k') | chrome/browser/extensions/extension_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698