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

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

Issue 899443002: Create bookmark apps at the end of the process. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Feedback 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
Index: chrome/test/base/test_browser_window.h
diff --git a/chrome/test/base/test_browser_window.h b/chrome/test/base/test_browser_window.h
index b72e26006af75e49e27e4263edf4f7b41fc1d77d..ab05492be0a1714f9c1b48a9c025868c97855e70 100644
--- a/chrome/test/base/test_browser_window.h
+++ b/chrome/test/base/test_browser_window.h
@@ -104,8 +104,9 @@ class TestBrowserWindow : public BrowserWindow {
Profile* profile) override {}
void ShowUpdateChromeDialog() override {}
void ShowBookmarkBubble(const GURL& url, bool already_bookmarked) override {}
- void ShowBookmarkAppBubble(const WebApplicationInfo& web_app_info,
- const std::string& extension_id) override {}
+ void ShowBookmarkAppBubble(
+ const WebApplicationInfo& web_app_info,
+ const ShowBookmarkAppBubbleCallback& callback) override {}
void ShowTranslateBubble(content::WebContents* contents,
translate::TranslateStep step,
translate::TranslateErrors::Type error_type,

Powered by Google App Engine
This is Rietveld 408576698