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

Unified Diff: chrome/browser/ui/gtk/extensions/shell_window_gtk.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/gtk/extensions/shell_window_gtk.cc
diff --git a/chrome/browser/ui/gtk/extensions/shell_window_gtk.cc b/chrome/browser/ui/gtk/extensions/shell_window_gtk.cc
index a2ddd3a8d4c42663992a89cb5f136f8510dc6919..b2b85d4783f44e61fb2d66ba7758337ee4f0250e 100644
--- a/chrome/browser/ui/gtk/extensions/shell_window_gtk.cc
+++ b/chrome/browser/ui/gtk/extensions/shell_window_gtk.cc
@@ -61,6 +61,10 @@ bool ShellWindowGtk::IsFullscreen() const {
return false;
}
+gfx::NativeWindow ShellWindowGtk::GetNativeWindow() {
+ return window_;
+}
+
gfx::Rect ShellWindowGtk::GetRestoredBounds() const {
return restored_bounds_;
}

Powered by Google App Engine
This is Rietveld 408576698