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

Unified Diff: chrome/browser/pepper_flash_settings_manager.h

Issue 19894003: Move webplugininfo.h to content/public. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 5 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: chrome/browser/pepper_flash_settings_manager.h
===================================================================
--- chrome/browser/pepper_flash_settings_manager.h (revision 212806)
+++ chrome/browser/pepper_flash_settings_manager.h (working copy)
@@ -16,16 +16,13 @@
namespace content {
class BrowserContext;
+struct WebPluginInfo;
}
namespace user_prefs {
class PrefRegistrySyncable;
}
-namespace webkit {
-struct WebPluginInfo;
-}
-
// PepperFlashSettingsManager communicates with a PPAPI broker process to
// read/write Pepper Flash settings.
class PepperFlashSettingsManager {
@@ -64,7 +61,7 @@
// |plugin_info| will be updated if it is not NULL and the method returns
// true.
static bool IsPepperFlashInUse(PluginPrefs* plugin_prefs,
- webkit::WebPluginInfo* plugin_info);
+ content::WebPluginInfo* plugin_info);
static void RegisterProfilePrefs(user_prefs::PrefRegistrySyncable* registry);

Powered by Google App Engine
This is Rietveld 408576698