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

Side by Side Diff: chrome/browser/ui/gtk/browser_window_gtk.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 2012 The Chromium Authors. All rights reserved. 1 // Copyright 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_GTK_BROWSER_WINDOW_GTK_H_ 5 #ifndef CHROME_BROWSER_UI_GTK_BROWSER_WINDOW_GTK_H_
6 #define CHROME_BROWSER_UI_GTK_BROWSER_WINDOW_GTK_H_ 6 #define CHROME_BROWSER_UI_GTK_BROWSER_WINDOW_GTK_H_
7 7
8 #include <gtk/gtk.h> 8 #include <gtk/gtk.h>
9 9
10 #include <string> 10 #include <string>
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
120 virtual bool IsBookmarkBarVisible() const OVERRIDE; 120 virtual bool IsBookmarkBarVisible() const OVERRIDE;
121 virtual bool IsBookmarkBarAnimating() const OVERRIDE; 121 virtual bool IsBookmarkBarAnimating() const OVERRIDE;
122 virtual bool IsTabStripEditable() const OVERRIDE; 122 virtual bool IsTabStripEditable() const OVERRIDE;
123 virtual bool IsToolbarVisible() const OVERRIDE; 123 virtual bool IsToolbarVisible() const OVERRIDE;
124 virtual gfx::Rect GetRootWindowResizerRect() const OVERRIDE; 124 virtual gfx::Rect GetRootWindowResizerRect() const OVERRIDE;
125 virtual bool IsPanel() const OVERRIDE; 125 virtual bool IsPanel() const OVERRIDE;
126 virtual void ConfirmAddSearchProvider(TemplateURL* template_url, 126 virtual void ConfirmAddSearchProvider(TemplateURL* template_url,
127 Profile* profile) OVERRIDE; 127 Profile* profile) OVERRIDE;
128 virtual void ToggleBookmarkBar() OVERRIDE; 128 virtual void ToggleBookmarkBar() OVERRIDE;
129 virtual void ShowUpdateChromeDialog() OVERRIDE; 129 virtual void ShowUpdateChromeDialog() OVERRIDE;
130 virtual void ShowTaskManager(chrome::HostDesktopType desktop_type) OVERRIDE; 130 virtual void ShowTaskManager() OVERRIDE;
131 virtual void ShowBackgroundPages( 131 virtual void ShowBackgroundPages() OVERRIDE;
132 chrome::HostDesktopType desktop_type) OVERRIDE;
133 virtual void ShowBookmarkBubble(const GURL& url, 132 virtual void ShowBookmarkBubble(const GURL& url,
134 bool already_bookmarked) OVERRIDE; 133 bool already_bookmarked) OVERRIDE;
135 virtual void ShowChromeToMobileBubble() OVERRIDE; 134 virtual void ShowChromeToMobileBubble() OVERRIDE;
136 #if defined(ENABLE_ONE_CLICK_SIGNIN) 135 #if defined(ENABLE_ONE_CLICK_SIGNIN)
137 virtual void ShowOneClickSigninBubble( 136 virtual void ShowOneClickSigninBubble(
138 const StartSyncCallback& start_sync_callback) OVERRIDE; 137 const StartSyncCallback& start_sync_callback) OVERRIDE;
139 #endif 138 #endif
140 virtual bool IsDownloadShelfVisible() const OVERRIDE; 139 virtual bool IsDownloadShelfVisible() const OVERRIDE;
141 virtual DownloadShelf* GetDownloadShelf() OVERRIDE; 140 virtual DownloadShelf* GetDownloadShelf() OVERRIDE;
142 virtual void ConfirmBrowserCloseWithPendingDownloads() OVERRIDE; 141 virtual void ConfirmBrowserCloseWithPendingDownloads() OVERRIDE;
(...skipping 430 matching lines...) Expand 10 before | Expand all | Expand 10 after
573 scoped_ptr<FullscreenExitBubbleGtk> fullscreen_exit_bubble_; 572 scoped_ptr<FullscreenExitBubbleGtk> fullscreen_exit_bubble_;
574 573
575 FullscreenExitBubbleType fullscreen_exit_bubble_type_; 574 FullscreenExitBubbleType fullscreen_exit_bubble_type_;
576 575
577 content::NotificationRegistrar registrar_; 576 content::NotificationRegistrar registrar_;
578 577
579 DISALLOW_COPY_AND_ASSIGN(BrowserWindowGtk); 578 DISALLOW_COPY_AND_ASSIGN(BrowserWindowGtk);
580 }; 579 };
581 580
582 #endif // CHROME_BROWSER_UI_GTK_BROWSER_WINDOW_GTK_H_ 581 #endif // CHROME_BROWSER_UI_GTK_BROWSER_WINDOW_GTK_H_
OLDNEW
« no previous file with comments | « chrome/browser/ui/cocoa/browser_window_cocoa.mm ('k') | chrome/browser/ui/gtk/browser_window_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698