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

Unified Diff: chrome/browser/ui/cocoa/content_settings/content_setting_bubble_cocoa.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
Index: chrome/browser/ui/cocoa/content_settings/content_setting_bubble_cocoa.h
diff --git a/chrome/browser/ui/cocoa/content_settings/content_setting_bubble_cocoa.h b/chrome/browser/ui/cocoa/content_settings/content_setting_bubble_cocoa.h
index c63e0977b5fc9fd9a5445204e85dd406c851bac3..fb72749f0c5499b885527b9295cd31e5591fb014 100644
--- a/chrome/browser/ui/cocoa/content_settings/content_setting_bubble_cocoa.h
+++ b/chrome/browser/ui/cocoa/content_settings/content_setting_bubble_cocoa.h
@@ -81,7 +81,7 @@ typedef std::map<NSPopUpButton*, MediaMenuParts*> MediaMenuPartsMap;
// Callback for "info" link.
- (IBAction)showMoreInfo:(id)sender;
-// Callback for "load" (plug-ins, mixed script) button.
+// Callback for "load" (plugins, mixed script) button.
- (IBAction)load:(id)sender;
// Callback for "Learn More" link.

Powered by Google App Engine
This is Rietveld 408576698