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

Unified Diff: chrome/test/base/test_browser_window.cc

Issue 489183005: Make a ShowExtensionActionPopup function (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Peter's Created 6 years, 4 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 | « chrome/test/base/test_browser_window.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/base/test_browser_window.cc
diff --git a/chrome/test/base/test_browser_window.cc b/chrome/test/base/test_browser_window.cc
index 9c64e5b751ad899ccdde07d676471f9bd0e7d63d..40eede73998ca8c38b19f2144036066a00b006b7 100644
--- a/chrome/test/base/test_browser_window.cc
+++ b/chrome/test/base/test_browser_window.cc
@@ -66,6 +66,11 @@ content::PageTransition
return content::PAGE_TRANSITION_LINK;
}
+bool TestBrowserWindow::TestLocationBar::ShowPageActionPopup(
+ const extensions::Extension* extension, bool grant_active_tab) {
+ return false;
+}
+
const OmniboxView* TestBrowserWindow::TestLocationBar::GetOmniboxView() const {
return NULL;
}
@@ -218,9 +223,3 @@ TestBrowserWindow::GetRenderViewHeightInsetWithDetachedBookmarkBar() {
void TestBrowserWindow::ExecuteExtensionCommand(
const extensions::Extension* extension,
const extensions::Command& command) {}
-
-void TestBrowserWindow::ShowPageActionPopup(
- const extensions::Extension* extension) {}
-
-void TestBrowserWindow::ShowBrowserActionPopup(
- const extensions::Extension* extension) {}
« no previous file with comments | « chrome/test/base/test_browser_window.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698