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

Unified Diff: chrome/browser/ui/views/ash/panel_view_aura.cc

Issue 10534079: Add support for managing active state of platform apps (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removed redundant GetNativeWindow() decl in BrowserWindow 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/views/ash/panel_view_aura.cc
diff --git a/chrome/browser/ui/views/ash/panel_view_aura.cc b/chrome/browser/ui/views/ash/panel_view_aura.cc
index 6619085b36ae38ab3d3f3485e7927c76f7932fab..47c7b3f761c61744221a69aa59391c48a1b4e227 100644
--- a/chrome/browser/ui/views/ash/panel_view_aura.cc
+++ b/chrome/browser/ui/views/ash/panel_view_aura.cc
@@ -387,6 +387,10 @@ bool PanelViewAura::IsFullscreen() const {
return GetWidget()->IsFullscreen();
}
+gfx::NativeWindow PanelViewAura::GetNativeWindow() {
+ return GetWidget()->GetNativeWindow();
+}
+
gfx::Rect PanelViewAura::GetRestoredBounds() const {
return GetWidget()->GetRestoredBounds();
}

Powered by Google App Engine
This is Rietveld 408576698