Chromium Code Reviews| Index: chrome/browser/ui/browser_window.h |
| diff --git a/chrome/browser/ui/browser_window.h b/chrome/browser/ui/browser_window.h |
| index b334c083c5d17408c0ea3d18c63245a7421d58e9..b956544fdaebe0396d6e647bc54bfa3ef088b164 100644 |
| --- a/chrome/browser/ui/browser_window.h |
| +++ b/chrome/browser/ui/browser_window.h |
| @@ -394,6 +394,8 @@ class BrowserWindow : public ui::BaseWindow { |
| // open. Does nothing otherwise. |
| virtual void CloseModalSigninWindow() = 0; |
| + virtual void ShowModalSyncConfirmationWindow() = 0; |
|
Robert Sesek
2015/12/04 17:29:58
This should have a comment (all other methods in t
anthonyvd
2015/12/04 22:42:06
Done.
|
| + |
| // 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. |