| 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 25c77c9e005e6ae4c24209d1ab29f97395989026..f1554d91ca8fa6800c68da9d2586da9cdb9ed9b6 100644
|
| --- a/chrome/browser/extensions/browser_action_test_util.h
|
| +++ b/chrome/browser/extensions/browser_action_test_util.h
|
| @@ -8,6 +8,7 @@
|
| #include <string>
|
|
|
| #include "build/build_config.h"
|
| +#include "ui/gfx/native_widget_types.h"
|
|
|
| class Browser;
|
| class ExtensionAction;
|
| @@ -53,6 +54,8 @@ class BrowserActionTestUtil {
|
| // Returns the current tooltip for the browser action button.
|
| std::string GetTooltip(int index);
|
|
|
| + gfx::NativeView GetPopupNativeView();
|
| +
|
| // Returns whether a browser action popup is being shown currently.
|
| bool HasPopup();
|
|
|
|
|