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

Side by Side Diff: chrome/browser/ui/gtk/browser_window_gtk.h

Issue 26427002: Add always-on-top property to app windows (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge Created 7 years, 2 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 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 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 virtual void Show() OVERRIDE; 77 virtual void Show() OVERRIDE;
78 virtual void ShowInactive() OVERRIDE; 78 virtual void ShowInactive() OVERRIDE;
79 virtual void Hide() OVERRIDE; 79 virtual void Hide() OVERRIDE;
80 virtual void SetBounds(const gfx::Rect& bounds) OVERRIDE; 80 virtual void SetBounds(const gfx::Rect& bounds) OVERRIDE;
81 virtual void Close() OVERRIDE; 81 virtual void Close() OVERRIDE;
82 virtual void Activate() OVERRIDE; 82 virtual void Activate() OVERRIDE;
83 virtual void Deactivate() OVERRIDE; 83 virtual void Deactivate() OVERRIDE;
84 virtual bool IsActive() const OVERRIDE; 84 virtual bool IsActive() const OVERRIDE;
85 virtual void FlashFrame(bool flash) OVERRIDE; 85 virtual void FlashFrame(bool flash) OVERRIDE;
86 virtual bool IsAlwaysOnTop() const OVERRIDE; 86 virtual bool IsAlwaysOnTop() const OVERRIDE;
87 virtual void SetAlwaysOnTop(bool always_on_top) OVERRIDE;
87 virtual gfx::NativeWindow GetNativeWindow() OVERRIDE; 88 virtual gfx::NativeWindow GetNativeWindow() OVERRIDE;
88 virtual BrowserWindowTesting* GetBrowserWindowTesting() OVERRIDE; 89 virtual BrowserWindowTesting* GetBrowserWindowTesting() OVERRIDE;
89 virtual StatusBubble* GetStatusBubble() OVERRIDE; 90 virtual StatusBubble* GetStatusBubble() OVERRIDE;
90 virtual void UpdateTitleBar() OVERRIDE; 91 virtual void UpdateTitleBar() OVERRIDE;
91 virtual void BookmarkBarStateChanged( 92 virtual void BookmarkBarStateChanged(
92 BookmarkBar::AnimateChangeType change_type) OVERRIDE; 93 BookmarkBar::AnimateChangeType change_type) OVERRIDE;
93 virtual void UpdateDevTools() OVERRIDE; 94 virtual void UpdateDevTools() OVERRIDE;
94 virtual void UpdateLoadingAnimations(bool should_animate) OVERRIDE; 95 virtual void UpdateLoadingAnimations(bool should_animate) OVERRIDE;
95 virtual void SetStarredState(bool is_starred) OVERRIDE; 96 virtual void SetStarredState(bool is_starred) OVERRIDE;
96 virtual void OnActiveTabChanged(content::WebContents* old_contents, 97 virtual void OnActiveTabChanged(content::WebContents* old_contents,
(...skipping 479 matching lines...) Expand 10 before | Expand all | Expand 10 after
576 scoped_ptr<FullscreenExitBubbleGtk> fullscreen_exit_bubble_; 577 scoped_ptr<FullscreenExitBubbleGtk> fullscreen_exit_bubble_;
577 578
578 FullscreenExitBubbleType fullscreen_exit_bubble_type_; 579 FullscreenExitBubbleType fullscreen_exit_bubble_type_;
579 580
580 content::NotificationRegistrar registrar_; 581 content::NotificationRegistrar registrar_;
581 582
582 DISALLOW_COPY_AND_ASSIGN(BrowserWindowGtk); 583 DISALLOW_COPY_AND_ASSIGN(BrowserWindowGtk);
583 }; 584 };
584 585
585 #endif // CHROME_BROWSER_UI_GTK_BROWSER_WINDOW_GTK_H_ 586 #endif // CHROME_BROWSER_UI_GTK_BROWSER_WINDOW_GTK_H_
OLDNEW
« no previous file with comments | « chrome/browser/ui/gtk/apps/native_app_window_gtk.cc ('k') | chrome/browser/ui/gtk/browser_window_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698