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/gtk/browser_window_gtk.h

Issue 10444040: Tracks changes to zoom icon and zoom percentage. Notifies browser window if the icon should be chan… (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Rebased Created 8 years, 6 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_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 #pragma once 7 #pragma once
8 8
9 #include <gtk/gtk.h> 9 #include <gtk/gtk.h>
10 10
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
80 virtual BrowserWindowTesting* GetBrowserWindowTesting() OVERRIDE; 80 virtual BrowserWindowTesting* GetBrowserWindowTesting() OVERRIDE;
81 virtual StatusBubble* GetStatusBubble() OVERRIDE; 81 virtual StatusBubble* GetStatusBubble() OVERRIDE;
82 virtual void ToolbarSizeChanged(bool is_animating) OVERRIDE; 82 virtual void ToolbarSizeChanged(bool is_animating) OVERRIDE;
83 virtual void UpdateTitleBar() OVERRIDE; 83 virtual void UpdateTitleBar() OVERRIDE;
84 virtual void BookmarkBarStateChanged( 84 virtual void BookmarkBarStateChanged(
85 BookmarkBar::AnimateChangeType change_type) OVERRIDE; 85 BookmarkBar::AnimateChangeType change_type) OVERRIDE;
86 virtual void UpdateDevTools() OVERRIDE; 86 virtual void UpdateDevTools() OVERRIDE;
87 virtual void SetDevToolsDockSide(DevToolsDockSide side) OVERRIDE; 87 virtual void SetDevToolsDockSide(DevToolsDockSide side) OVERRIDE;
88 virtual void UpdateLoadingAnimations(bool should_animate) OVERRIDE; 88 virtual void UpdateLoadingAnimations(bool should_animate) OVERRIDE;
89 virtual void SetStarredState(bool is_starred) OVERRIDE; 89 virtual void SetStarredState(bool is_starred) OVERRIDE;
90 virtual void SetZoomIconState(ZoomController::ZoomIconState state) OVERRIDE;
91 virtual void SetZoomIconTooltipPercent(int zoom_percent) OVERRIDE;
92 virtual void ShowZoomBubble(int zoom_percent) OVERRIDE;
90 virtual gfx::Rect GetRestoredBounds() const OVERRIDE; 93 virtual gfx::Rect GetRestoredBounds() const OVERRIDE;
91 virtual gfx::Rect GetBounds() const OVERRIDE; 94 virtual gfx::Rect GetBounds() const OVERRIDE;
92 virtual bool IsMaximized() const OVERRIDE; 95 virtual bool IsMaximized() const OVERRIDE;
93 virtual bool IsMinimized() const OVERRIDE; 96 virtual bool IsMinimized() const OVERRIDE;
94 virtual void Maximize() OVERRIDE; 97 virtual void Maximize() OVERRIDE;
95 virtual void Minimize() OVERRIDE; 98 virtual void Minimize() OVERRIDE;
96 virtual void Restore() OVERRIDE; 99 virtual void Restore() OVERRIDE;
97 virtual void EnterFullscreen( 100 virtual void EnterFullscreen(
98 const GURL& url, FullscreenExitBubbleType type) OVERRIDE; 101 const GURL& url, FullscreenExitBubbleType type) OVERRIDE;
99 virtual void ExitFullscreen() OVERRIDE; 102 virtual void ExitFullscreen() OVERRIDE;
(...skipping 468 matching lines...) Expand 10 before | Expand all | Expand 10 after
568 scoped_ptr<FullscreenExitBubbleGtk> fullscreen_exit_bubble_; 571 scoped_ptr<FullscreenExitBubbleGtk> fullscreen_exit_bubble_;
569 572
570 FullscreenExitBubbleType fullscreen_exit_bubble_type_; 573 FullscreenExitBubbleType fullscreen_exit_bubble_type_;
571 574
572 content::NotificationRegistrar registrar_; 575 content::NotificationRegistrar registrar_;
573 576
574 DISALLOW_COPY_AND_ASSIGN(BrowserWindowGtk); 577 DISALLOW_COPY_AND_ASSIGN(BrowserWindowGtk);
575 }; 578 };
576 579
577 #endif // CHROME_BROWSER_UI_GTK_BROWSER_WINDOW_GTK_H_ 580 #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