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

Unified Diff: chrome/browser/ui/location_bar/location_bar.cc

Issue 2839373003: struct UnloadedExtensionInfo -> enum UnloadedExtensionInfoReason (Closed)
Patch Set: Rebase Created 3 years, 8 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/location_bar/location_bar.cc
diff --git a/chrome/browser/ui/location_bar/location_bar.cc b/chrome/browser/ui/location_bar/location_bar.cc
index 9726dcc72449940dcf04e2ac4b8efa0ca68988ec..4c1d05be1e80bec5c11e82b94de28efdee33b6ea 100644
--- a/chrome/browser/ui/location_bar/location_bar.cc
+++ b/chrome/browser/ui/location_bar/location_bar.cc
@@ -37,7 +37,7 @@ class LocationBar::ExtensionLoadObserver
void OnExtensionUnloaded(
content::BrowserContext* browser_context,
const extensions::Extension* extension,
- extensions::UnloadedExtensionInfo::Reason reason) override {
+ extensions::UnloadedExtensionReason reason) override {
if (extensions::UIOverrides::RemovesBookmarkButton(extension))
location_bar_->UpdateBookmarkStarVisibility();
}

Powered by Google App Engine
This is Rietveld 408576698