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

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

Issue 10446034: Rename ActionBoxController -> LocationBarController. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: grammar 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
Index: chrome/browser/extensions/page_action_controller.cc
diff --git a/chrome/browser/extensions/page_action_controller.cc b/chrome/browser/extensions/page_action_controller.cc
index fc131ddf624cf8627e17bc08fb38bcda824ed5c4..aab6447dceb8b9d03d8dc20b249591dc6657aedb 100644
--- a/chrome/browser/extensions/page_action_controller.cc
+++ b/chrome/browser/extensions/page_action_controller.cc
@@ -35,7 +35,7 @@ PageActionController::GetCurrentActions() {
return current_actions.Pass();
}
-ActionBoxController::Action PageActionController::OnClicked(
+LocationBarController::Action PageActionController::OnClicked(
const std::string& extension_id, int mouse_button) {
const Extension* extension =
GetExtensionService()->extensions()->GetByID(extension_id);

Powered by Google App Engine
This is Rietveld 408576698