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

Unified Diff: chrome/browser/pepper_flash_settings_manager.cc

Issue 22723004: Get rid of webkit/plugins/plugin_constants.* and move them to content/public/common/content_constan… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 4 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.cc
===================================================================
--- chrome/browser/pepper_flash_settings_manager.cc (revision 216518)
+++ chrome/browser/pepper_flash_settings_manager.cc (working copy)
@@ -29,7 +29,6 @@
#include "ipc/ipc_listener.h"
#include "ppapi/proxy/ppapi_messages.h"
#include "url/gurl.h"
-#include "webkit/plugins/plugin_constants.h"
using content::BrowserThread;
@@ -955,7 +954,7 @@
content::PluginService::GetInstance();
std::vector<content::WebPluginInfo> plugins;
plugin_service->GetPluginInfoArray(
- GURL(), kFlashPluginSwfMimeType, false, &plugins, NULL);
+ GURL(), content::kFlashPluginSwfMimeType, false, &plugins, NULL);
for (std::vector<content::WebPluginInfo>::iterator iter = plugins.begin();
iter != plugins.end(); ++iter) {
« no previous file with comments | « chrome/browser/component_updater/pepper_flash_component_installer.cc ('k') | chrome/browser/policy/policy_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698