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..d7237f0580c90af10b7c5d82aeb3061375350c0d 100644 |
--- a/chrome/browser/ui/gtk/extensions/native_app_window_gtk.cc |
+++ b/chrome/browser/ui/gtk/extensions/native_app_window_gtk.cc |
@@ -485,6 +485,10 @@ bool NativeAppWindowGtk::IsFullscreenOrPending() const { |
return content_thinks_its_fullscreen_; |
} |
+bool NativeAppWindowGtk::IsDetached() const { |
+ return false; |
+} |
+ |
void NativeAppWindowGtk::UpdateWindowIcon() { |
Profile* profile = shell_window_->profile(); |
gfx::Image app_icon = shell_window_->app_icon(); |