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

Unified Diff: content/common/plugin_list_posix.cc

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: content/common/plugin_list_posix.cc
===================================================================
--- content/common/plugin_list_posix.cc (revision 212806)
+++ content/common/plugin_list_posix.cc (working copy)
@@ -35,9 +35,6 @@
// happy.
#include "base/third_party/nspr/prcpucfg_linux.h"
-using webkit::WebPluginInfo;
-using webkit::WebPluginMimeType;
-
namespace content {
namespace {
@@ -564,7 +561,7 @@
}
bool PluginList::ShouldLoadPluginUsingPluginList(
- const WebPluginInfo& info, std::vector<webkit::WebPluginInfo>* plugins) {
+ const WebPluginInfo& info, std::vector<WebPluginInfo>* plugins) {
LOG_IF(ERROR, PluginList::DebugPluginLoading())
<< "Considering " << info.path.value() << " (" << info.name << ")";

Powered by Google App Engine
This is Rietveld 408576698