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

Side by Side Diff: chrome/browser/ui/views/frame/browser_view.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: Fix Mac/ChromeOS builds and iOS tests. Created 4 years, 10 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 unified diff | Download patch
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_BROWSER_UI_VIEWS_FRAME_BROWSER_VIEW_H_ 5 #ifndef CHROME_BROWSER_UI_VIEWS_FRAME_BROWSER_VIEW_H_
6 #define CHROME_BROWSER_UI_VIEWS_FRAME_BROWSER_VIEW_H_ 6 #define CHROME_BROWSER_UI_VIEWS_FRAME_BROWSER_VIEW_H_
7 7
8 #include <map> 8 #include <map>
9 #include <string> 9 #include <string>
10 #include <vector> 10 #include <vector>
(...skipping 354 matching lines...) Expand 10 before | Expand all | Expand 10 after
365 FindBar* CreateFindBar() override; 365 FindBar* CreateFindBar() override;
366 web_modal::WebContentsModalDialogHost* GetWebContentsModalDialogHost() 366 web_modal::WebContentsModalDialogHost* GetWebContentsModalDialogHost()
367 override; 367 override;
368 void ShowAvatarBubbleFromAvatarButton( 368 void ShowAvatarBubbleFromAvatarButton(
369 AvatarBubbleMode mode, 369 AvatarBubbleMode mode,
370 const signin::ManageAccountsParams& manage_accounts_params, 370 const signin::ManageAccountsParams& manage_accounts_params,
371 signin_metrics::AccessPoint access_point) override; 371 signin_metrics::AccessPoint access_point) override;
372 void ShowModalSigninWindow(AvatarBubbleMode mode, 372 void ShowModalSigninWindow(AvatarBubbleMode mode,
373 signin_metrics::AccessPoint access_point) override; 373 signin_metrics::AccessPoint access_point) override;
374 void CloseModalSigninWindow() override; 374 void CloseModalSigninWindow() override;
375 void ShowModalSyncConfirmationWindow() override;
375 int GetRenderViewHeightInsetWithDetachedBookmarkBar() override; 376 int GetRenderViewHeightInsetWithDetachedBookmarkBar() override;
376 void ExecuteExtensionCommand(const extensions::Extension* extension, 377 void ExecuteExtensionCommand(const extensions::Extension* extension,
377 const extensions::Command& command) override; 378 const extensions::Command& command) override;
378 ExclusiveAccessContext* GetExclusiveAccessContext() override; 379 ExclusiveAccessContext* GetExclusiveAccessContext() override;
379 380
380 BookmarkBarView* GetBookmarkBarView() const; 381 BookmarkBarView* GetBookmarkBarView() const;
381 LocationBarView* GetLocationBarView() const; 382 LocationBarView* GetLocationBarView() const;
382 views::View* GetTabContentsContainerView() const; 383 views::View* GetTabContentsContainerView() const;
383 ToolbarView* GetToolbarView() const; 384 ToolbarView* GetToolbarView() const;
384 385
(...skipping 329 matching lines...) Expand 10 before | Expand all | Expand 10 after
714 scoped_ptr<WebContentsCloseHandler> web_contents_close_handler_; 715 scoped_ptr<WebContentsCloseHandler> web_contents_close_handler_;
715 716
716 SigninViewController signin_view_controller_; 717 SigninViewController signin_view_controller_;
717 718
718 mutable base::WeakPtrFactory<BrowserView> activate_modal_dialog_factory_; 719 mutable base::WeakPtrFactory<BrowserView> activate_modal_dialog_factory_;
719 720
720 DISALLOW_COPY_AND_ASSIGN(BrowserView); 721 DISALLOW_COPY_AND_ASSIGN(BrowserView);
721 }; 722 };
722 723
723 #endif // CHROME_BROWSER_UI_VIEWS_FRAME_BROWSER_VIEW_H_ 724 #endif // CHROME_BROWSER_UI_VIEWS_FRAME_BROWSER_VIEW_H_
OLDNEW
« no previous file with comments | « chrome/browser/ui/sync/one_click_signin_sync_starter.cc ('k') | chrome/browser/ui/views/frame/browser_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698