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

Unified Diff: content/public/common/webplugininfo.h

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 | « content/public/common/sandbox_init.h ('k') | content/public/renderer/content_renderer_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/webplugininfo.h
diff --git a/content/public/common/webplugininfo.h b/content/public/common/webplugininfo.h
index 2912cefb3319ad084ea56fdaeb95eaded50a41af..c84b92427d8ce44ae0ccc4bcf073668b7e99f384 100644
--- a/content/public/common/webplugininfo.h
+++ b/content/public/common/webplugininfo.h
@@ -68,7 +68,7 @@ struct CONTENT_EXPORT WebPluginInfo {
(type == PLUGIN_TYPE_PEPPER_UNSANDBOXED));
}
- // Parse a version string as used by a plug-in. This method is more lenient
+ // Parse a version string as used by a plugin. This method is more lenient
// in accepting weird version strings than base::Version::GetFromString()
static void CreateVersionFromString(const base::string16& version_string,
base::Version* parsed_version);
« no previous file with comments | « content/public/common/sandbox_init.h ('k') | content/public/renderer/content_renderer_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698