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

Unified Diff: chrome/browser/fullscreen_auraandroid.cc

Issue 1478533004: Add IsFullScreenMode for Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rename to auraandroid Created 5 years 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
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
}
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698