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

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

Issue 1007443004: Plugin Power Saver: Replace all "plug-in" with "plugin" for consistency. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove terms and native_client_sdk changes. Created 5 years, 9 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 | « chrome/browser/plugins/plugin_metadata.cc ('k') | chrome/browser/plugins/plugin_observer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/plugins/plugin_metadata_unittest.cc
diff --git a/chrome/browser/plugins/plugin_metadata_unittest.cc b/chrome/browser/plugins/plugin_metadata_unittest.cc
index 03d57a7873eef5b0b0f0eff682d6df5e1356aa98..fe9e2e659beb42d202affee3fa325a678cfc8580 100644
--- a/chrome/browser/plugins/plugin_metadata_unittest.cc
+++ b/chrome/browser/plugins/plugin_metadata_unittest.cc
@@ -14,10 +14,10 @@ PluginMetadata::SecurityStatus GetSecurityStatus(
PluginMetadata* plugin_metadata,
const char* version) {
content::WebPluginInfo plugin(
- base::ASCIIToUTF16("Foo plug-in"),
+ base::ASCIIToUTF16("Foo plugin"),
base::FilePath(FILE_PATH_LITERAL("/tmp/plugin.so")),
base::ASCIIToUTF16(version),
- base::ASCIIToUTF16("Foo plug-in."));
+ base::ASCIIToUTF16("Foo plugin."));
return plugin_metadata->GetSecurityStatus(plugin);
}
« no previous file with comments | « chrome/browser/plugins/plugin_metadata.cc ('k') | chrome/browser/plugins/plugin_observer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698