| 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.
|
| }
|
|
|
|
|