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

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

Issue 508563003: Remove PageActionsController (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 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/extension_action.cc
diff --git a/chrome/browser/extensions/extension_action.cc b/chrome/browser/extensions/extension_action.cc
index 78934f4c59e6877d0ecce22cf8a683a5b718ccab..ec6d3666c73a6ed3ea7cc0f137e87f92474b12ab 100644
--- a/chrome/browser/extensions/extension_action.cc
+++ b/chrome/browser/extensions/extension_action.cc
@@ -173,7 +173,7 @@ void ExtensionAction::ClearAllValuesForTab(int tab_id) {
is_visible_.erase(tab_id);
// TODO(jyasskin): Erase the element from declarative_show_count_
// when the tab's closed. There's a race between the
- // PageActionController and the ContentRulesRegistry on navigation,
+ // LocationBarController and the ContentRulesRegistry on navigation,
// which prevents me from cleaning everything up now.
}

Powered by Google App Engine
This is Rietveld 408576698