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

Unified Diff: chrome/browser/extensions/script_badge_controller.cc

Issue 10446034: Rename ActionBoxController -> LocationBarController. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: blah Created 8 years, 7 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/extensions/script_badge_controller.h ('k') | chrome/browser/ui/gtk/location_bar_view_gtk.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/script_badge_controller.cc
diff --git a/chrome/browser/extensions/script_badge_controller.cc b/chrome/browser/extensions/script_badge_controller.cc
index 75bc71acc5669eef3dba5c8163888bacee36dbca..8a06cf99af5acd0085fb4593e08ec72ce1e9d05b 100644
--- a/chrome/browser/extensions/script_badge_controller.cc
+++ b/chrome/browser/extensions/script_badge_controller.cc
@@ -49,7 +49,7 @@ ScriptBadgeController::GetCurrentActions() {
return current_actions.Pass();
}
-ActionBoxController::Action ScriptBadgeController::OnClicked(
+LocationBarController::Action ScriptBadgeController::OnClicked(
const std::string& extension_id, int mouse_button) {
ExtensionService* service = GetExtensionService();
if (!service)
@@ -86,7 +86,7 @@ void ScriptBadgeController::ExecuteScript(
// This tab should now show that the extension executing a script.
extensions_executing_scripts_.insert(extension_id);
content::NotificationService::current()->Notify(
- chrome::NOTIFICATION_EXTENSION_ACTION_BOX_UPDATED,
+ chrome::NOTIFICATION_EXTENSION_LOCATION_BAR_UPDATED,
content::Source<Profile>(tab_contents_->profile()),
content::Details<TabContentsWrapper>(tab_contents_));
}
« no previous file with comments | « chrome/browser/extensions/script_badge_controller.h ('k') | chrome/browser/ui/gtk/location_bar_view_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698