Index: chrome/browser/ui/gtk/extensions/native_app_window_gtk.cc |
diff --git a/chrome/browser/ui/gtk/extensions/native_app_window_gtk.cc b/chrome/browser/ui/gtk/extensions/native_app_window_gtk.cc |
index b717e1060cf75761e3a3da01122ca136138779ed..cd6c6d32ce55dc5abc7fd2f98883233f025c5a3f 100644 |
--- a/chrome/browser/ui/gtk/extensions/native_app_window_gtk.cc |
+++ b/chrome/browser/ui/gtk/extensions/native_app_window_gtk.cc |
@@ -165,9 +165,7 @@ gfx::NativeWindow NativeAppWindowGtk::GetNativeWindow() { |
} |
gfx::Rect NativeAppWindowGtk::GetRestoredBounds() const { |
- gfx::Rect window_bounds = restored_bounds_; |
- window_bounds.Inset(-GetFrameInsets()); |
- return window_bounds; |
+ return restored_bounds_; |
} |
gfx::Rect NativeAppWindowGtk::GetBounds() const { |