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

Unified Diff: chrome/browser/plugins/plugin_metadata.cc

Issue 19844003: Remove webkit/plugins/npapi. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: remove GetDefaultWindowParent 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/plugins/plugin_metadata.cc
===================================================================
--- chrome/browser/plugins/plugin_metadata.cc (revision 212595)
+++ chrome/browser/plugins/plugin_metadata.cc (working copy)
@@ -8,7 +8,6 @@
#include "base/logging.h"
#include "base/strings/string_util.h"
-#include "webkit/plugins/npapi/plugin_utils.h"
#include "webkit/plugins/webplugininfo.h"
// static
@@ -103,7 +102,7 @@
}
Version version;
- webkit::npapi::CreateVersionFromString(plugin.version, &version);
+ webkit::WebPluginInfo::CreateVersionFromString(plugin.version, &version);
if (!version.IsValid())
version = Version("0");

Powered by Google App Engine
This is Rietveld 408576698