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

Unified Diff: chrome/browser/ui/gtk/location_bar_view_gtk.h

Issue 10381105: Refactor UI "badge" (page action) logic into a BadgeController interface. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: dont include badgecontroller.h 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/ui/gtk/location_bar_view_gtk.h
diff --git a/chrome/browser/ui/gtk/location_bar_view_gtk.h b/chrome/browser/ui/gtk/location_bar_view_gtk.h
index 7bd71cb574ace6a695ad375adb5d532f0ff58e1f..3842445c27b0e4ff9d440207fce92ca2e7d4f66d 100644
--- a/chrome/browser/ui/gtk/location_bar_view_gtk.h
+++ b/chrome/browser/ui/gtk/location_bar_view_gtk.h
@@ -253,9 +253,6 @@ class LocationBarViewGtk : public AutocompleteEditController,
const content::NotificationDetails& details) OVERRIDE;
private:
- // Show the popup for this page action. Returns true if a popup was shown.
- bool ShowPopup();
-
// Connect the accelerator for the page action popup.
void ConnectPageActionAccelerator();

Powered by Google App Engine
This is Rietveld 408576698