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

Side by Side Diff: chrome/browser/ui/views/frame/browser_view.h

Issue 12026016: Implement new Task Manager and Edit Bookmark style, etc. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comment. Created 7 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 unified diff | Download patch | Annotate | Revision Log
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 288 matching lines...) Expand 10 before | Expand all | Expand 10 after
299 virtual bool IsBookmarkBarAnimating() const OVERRIDE; 299 virtual bool IsBookmarkBarAnimating() const OVERRIDE;
300 virtual bool IsTabStripEditable() const OVERRIDE; 300 virtual bool IsTabStripEditable() const OVERRIDE;
301 virtual bool IsToolbarVisible() const OVERRIDE; 301 virtual bool IsToolbarVisible() const OVERRIDE;
302 virtual bool IsPanel() const OVERRIDE; 302 virtual bool IsPanel() const OVERRIDE;
303 virtual gfx::Rect GetRootWindowResizerRect() const OVERRIDE; 303 virtual gfx::Rect GetRootWindowResizerRect() const OVERRIDE;
304 virtual void DisableInactiveFrame() OVERRIDE; 304 virtual void DisableInactiveFrame() OVERRIDE;
305 virtual void ConfirmAddSearchProvider(TemplateURL* template_url, 305 virtual void ConfirmAddSearchProvider(TemplateURL* template_url,
306 Profile* profile) OVERRIDE; 306 Profile* profile) OVERRIDE;
307 virtual void ToggleBookmarkBar() OVERRIDE; 307 virtual void ToggleBookmarkBar() OVERRIDE;
308 virtual void ShowUpdateChromeDialog() OVERRIDE; 308 virtual void ShowUpdateChromeDialog() OVERRIDE;
309 virtual void ShowTaskManager(chrome::HostDesktopType desktop_type) OVERRIDE; 309 virtual void ShowTaskManager() OVERRIDE;
310 virtual void ShowBackgroundPages( 310 virtual void ShowBackgroundPages() OVERRIDE;
311 chrome::HostDesktopType desktop_type) OVERRIDE;
312 virtual void ShowBookmarkBubble(const GURL& url, 311 virtual void ShowBookmarkBubble(const GURL& url,
313 bool already_bookmarked) OVERRIDE; 312 bool already_bookmarked) OVERRIDE;
314 virtual void ShowBookmarkPrompt() OVERRIDE; 313 virtual void ShowBookmarkPrompt() OVERRIDE;
315 virtual void ShowChromeToMobileBubble() OVERRIDE; 314 virtual void ShowChromeToMobileBubble() OVERRIDE;
316 #if defined(ENABLE_ONE_CLICK_SIGNIN) 315 #if defined(ENABLE_ONE_CLICK_SIGNIN)
317 virtual void ShowOneClickSigninBubble( 316 virtual void ShowOneClickSigninBubble(
318 const StartSyncCallback& start_sync_callback) OVERRIDE; 317 const StartSyncCallback& start_sync_callback) OVERRIDE;
319 #endif 318 #endif
320 // TODO(beng): Not an override, move somewhere else. 319 // TODO(beng): Not an override, move somewhere else.
321 void SetDownloadShelfVisible(bool visible); 320 void SetDownloadShelfVisible(bool visible);
(...skipping 430 matching lines...) Expand 10 before | Expand all | Expand 10 after
752 gfx::ScopedSysColorChangeListener color_change_listener_; 751 gfx::ScopedSysColorChangeListener color_change_listener_;
753 752
754 scoped_ptr<InstantPreviewControllerViews> preview_controller_; 753 scoped_ptr<InstantPreviewControllerViews> preview_controller_;
755 754
756 mutable base::WeakPtrFactory<BrowserView> activate_modal_dialog_factory_; 755 mutable base::WeakPtrFactory<BrowserView> activate_modal_dialog_factory_;
757 756
758 DISALLOW_COPY_AND_ASSIGN(BrowserView); 757 DISALLOW_COPY_AND_ASSIGN(BrowserView);
759 }; 758 };
760 759
761 #endif // CHROME_BROWSER_UI_VIEWS_FRAME_BROWSER_VIEW_H_ 760 #endif // CHROME_BROWSER_UI_VIEWS_FRAME_BROWSER_VIEW_H_
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/browser_dialogs.h ('k') | chrome/browser/ui/views/frame/browser_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698