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

Unified Diff: webkit/plugins/npapi/plugin_group.cc

Issue 7649006: more changes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix another typo Created 9 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
« no previous file with comments | « net/websockets/websocket_net_log_params_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/plugins/npapi/plugin_group.cc
diff --git a/webkit/plugins/npapi/plugin_group.cc b/webkit/plugins/npapi/plugin_group.cc
index 7904f931b15e57ccac7621b7c5a2785c69760630..24d9573fae1fc4eeaa55606ee6effb1f0ab12f1b 100644
--- a/webkit/plugins/npapi/plugin_group.cc
+++ b/webkit/plugins/npapi/plugin_group.cc
@@ -426,7 +426,8 @@ DictionaryValue* PluginGroup::GetDataForUI() const {
const std::vector<std::string>& mime_file_extensions =
plugin_mime_types[j].file_extensions;
for (size_t k = 0; k < mime_file_extensions.size(); ++k)
- file_extensions->Append(new StringValue(mime_file_extensions[k]));
+ file_extensions->Append(
+ base::StringValue::New(mime_file_extensions[k]));
mime_type->Set("fileExtensions", file_extensions);
mime_types->Append(mime_type);
« no previous file with comments | « net/websockets/websocket_net_log_params_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698