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

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

Issue 1487283005: Implement the new Sync Confirmation dialog on Linux and Windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add some tests. Created 5 years 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 ebe738694d7931d54e800470a1413578a3a8d678..a0844289d3fb5a4fa962ef46639887b682acec6f 100644
--- a/chrome/test/base/test_browser_window.h
+++ b/chrome/test/base/test_browser_window.h
@@ -150,6 +150,7 @@ class TestBrowserWindow : public BrowserWindow {
const signin::ManageAccountsParams& manage_accounts_params) override {}
void ShowModalSigninWindow(AvatarBubbleMode mode) override {}
void CloseModalSigninWindow() override {}
+ void ShowModalSyncConfirmationWindow() override {}
int GetRenderViewHeightInsetWithDetachedBookmarkBar() override;
void ExecuteExtensionCommand(const extensions::Extension* extension,
const extensions::Command& command) override;

Powered by Google App Engine
This is Rietveld 408576698