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

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

Issue 540483002: Fix regression in showing bookmark star when an extension should override it (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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.h
diff --git a/chrome/browser/ui/location_bar/location_bar.h b/chrome/browser/ui/location_bar/location_bar.h
index bd8089112993d0759f21f830457914fa1b25bf13..53a2c9ff45507c126b5271d02ac023feab0f9795 100644
--- a/chrome/browser/ui/location_bar/location_bar.h
+++ b/chrome/browser/ui/location_bar/location_bar.h
@@ -58,6 +58,9 @@ class LocationBar {
// Updates the state of the page actions.
virtual void UpdatePageActions() = 0;
+ // Updates the visibility of the bookmark star.
+ virtual void UpdateBookmarkStarVisibility() = 0;
+
// Called when the page-action data needs to be refreshed, e.g. when an
// extension is unloaded or crashes.
virtual void InvalidatePageActions() = 0;

Powered by Google App Engine
This is Rietveld 408576698