Chromium Code Reviews

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

Issue 347016: Implement page action popups. (Closed)
Patch Set: fixed failing test Created 11 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « chrome/browser/extensions/page_action_apitest.cc ('k') | chrome/browser/gtk/location_bar_view_gtk.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/gtk/location_bar_view_gtk.h
diff --git a/chrome/browser/gtk/location_bar_view_gtk.h b/chrome/browser/gtk/location_bar_view_gtk.h
index be37d4775143aa0e9f6ff56e035161e297f9e868..051979e861aecac3abd8eb812ae5c28b9e3bbc8f 100644
--- a/chrome/browser/gtk/location_bar_view_gtk.h
+++ b/chrome/browser/gtk/location_bar_view_gtk.h
@@ -91,6 +91,9 @@ class LocationBarViewGtk : public AutocompleteEditController,
// Implement the LocationBarTesting interface.
virtual int PageActionCount() { return page_action_views_.size(); }
virtual int PageActionVisibleCount();
+ virtual ExtensionAction* GetPageAction(size_t index);
+ virtual ExtensionAction* GetVisiblePageAction(size_t index);
+ virtual void TestPageActionPressed(size_t index);
// Implement the NotificationObserver interface.
virtual void Observe(NotificationType type,
« no previous file with comments | « chrome/browser/extensions/page_action_apitest.cc ('k') | chrome/browser/gtk/location_bar_view_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine