Index: chrome/browser/fullscreen_auraandroid.cc |
diff --git a/chrome/browser/ui/cocoa/session_crashed_bubble.mm b/chrome/browser/fullscreen_auraandroid.cc |
similarity index 62% |
copy from chrome/browser/ui/cocoa/session_crashed_bubble.mm |
copy to chrome/browser/fullscreen_auraandroid.cc |
index 3563bc1772214611b6e1754275f431d10df1c036..fca24f7d83902ff1ab612f61fc1e5aec4990d880 100644 |
--- a/chrome/browser/ui/cocoa/session_crashed_bubble.mm |
+++ b/chrome/browser/fullscreen_auraandroid.cc |
@@ -2,8 +2,11 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "chrome/browser/ui/session_crashed_bubble.h" |
+#include "chrome/browser/fullscreen.h" |
-bool SessionCrashedBubble::Show(Browser* /* browser */) { |
+#include "base/logging.h" |
+ |
+bool IsFullScreenMode() { |
+ NOTIMPLEMENTED(); |
return false; |
} |