| 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,
|
|
|