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

Unified Diff: chrome/browser/extensions/browser_action_test_util.h

Issue 869873008: [Extensions Toolbar] Move some popup logic to be platform-agnostic (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Avi's Created 5 years, 11 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
« no previous file with comments | « no previous file | chrome/browser/ui/cocoa/extensions/browser_action_button.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/browser_action_test_util.h
diff --git a/chrome/browser/extensions/browser_action_test_util.h b/chrome/browser/extensions/browser_action_test_util.h
index d09000161115acc63e0b98fa2acf48d7d0eea36c..2ac4698506122855915a120f9628eeaca4e2c6aa 100644
--- a/chrome/browser/extensions/browser_action_test_util.h
+++ b/chrome/browser/extensions/browser_action_test_util.h
@@ -10,6 +10,7 @@
#include "ui/gfx/native_widget_types.h"
class Browser;
+class ToolbarActionsBar;
class ToolbarActionsBarDelegate;
namespace gfx {
@@ -81,6 +82,9 @@ class BrowserActionTestUtil {
// to run.
bool OverflowedActionButtonWantsToRun();
+ // Returns the ToolbarActionsBar.
+ ToolbarActionsBar* GetToolbarActionsBar();
+
// Returns the minimum allowed size of an extension popup.
static gfx::Size GetMinPopupSize();
« no previous file with comments | « no previous file | chrome/browser/ui/cocoa/extensions/browser_action_button.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698