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

Unified Diff: content/shell/tools/plugin/PluginObjectMac.mm

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/shell/tools/plugin/PluginObject.cpp ('k') | content/shell/tools/plugin/PluginTest.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/tools/plugin/PluginObjectMac.mm
diff --git a/content/shell/tools/plugin/PluginObjectMac.mm b/content/shell/tools/plugin/PluginObjectMac.mm
index e95e541a7aed5754d55786fa624613546deb6fa2..d69908be7f5bd1a6fc559fd17138b23b1bc7d50b 100644
--- a/content/shell/tools/plugin/PluginObjectMac.mm
+++ b/content/shell/tools/plugin/PluginObjectMac.mm
@@ -40,7 +40,7 @@
- (void)drawInContext:(CGContextRef)context
{
CGRect bounds = [self bounds];
- const char* text = "Test Plug-in";
+ const char* text = "Test Plugin";
CGContextSelectFont(context, "Helvetica", 24, kCGEncodingMacRoman);
CGContextShowTextAtPoint(context,
bounds.origin.x + 3.0f,
« no previous file with comments | « content/shell/tools/plugin/PluginObject.cpp ('k') | content/shell/tools/plugin/PluginTest.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698