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

Unified Diff: chrome/browser/ui/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: Reverted a few sign changes missed in last patchset Created 4 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/browser/ui/browser_window.h
diff --git a/chrome/browser/ui/browser_window.h b/chrome/browser/ui/browser_window.h
index 23a1dcf14d71da0c0fa02824f8d81a6998b3ab00..ddc25abc5187a418368400c304fe8d2fad49516d 100644
--- a/chrome/browser/ui/browser_window.h
+++ b/chrome/browser/ui/browser_window.h
@@ -396,6 +396,11 @@ class BrowserWindow : public ui::BaseWindow {
// open. Does nothing otherwise.
virtual void CloseModalSigninWindow() = 0;
+ // Shows the tab modal sync confirmation dialog that informs the user about
+ // sync and gives them a chance to abort signin under the tab modal signin
+ // flow.
+ virtual void ShowModalSyncConfirmationWindow() = 0;
+
// Returns the height inset for RenderView when detached bookmark bar is
// shown. Invoked when a new RenderHostView is created for a non-NTP
// navigation entry and the bookmark bar is detached.

Powered by Google App Engine
This is Rietveld 408576698