summaryrefslogtreecommitdiffstats
path: root/chrome/browser/fullscreen_aura.cc
diff options
context:
space:
mode:
authoroshima@google.com <oshima@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-09-23 17:17:16 +0000
committeroshima@google.com <oshima@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-09-23 17:17:16 +0000
commita1f9db4caa39cb2d9b3024410373b51e27fe79cf (patch)
treedd74046241fb50cda84f9614e5d7f8a2038ceee5 /chrome/browser/fullscreen_aura.cc
parent7a77b3b573fde8bb170509df35709f3f27947a5c (diff)
downloadchromium_src-a1f9db4caa39cb2d9b3024410373b51e27fe79cf.zip
chromium_src-a1f9db4caa39cb2d9b3024410373b51e27fe79cf.tar.gz
chromium_src-a1f9db4caa39cb2d9b3024410373b51e27fe79cf.tar.bz2
Aura-fied ui_controls, fullscreen, display_utils and background_mode_manager
exclude extension_input_ui_api that is chromeos specific BUG=97131 TEST=none Review URL: http://codereview.chromium.org/7966024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102516 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/fullscreen_aura.cc')
-rw-r--r--chrome/browser/fullscreen_aura.cc12
1 files changed, 12 insertions, 0 deletions
diff --git a/chrome/browser/fullscreen_aura.cc b/chrome/browser/fullscreen_aura.cc
new file mode 100644
index 0000000..6767eab
--- /dev/null
+++ b/chrome/browser/fullscreen_aura.cc
@@ -0,0 +1,12 @@
+// Copyright (c) 2011 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#include "chrome/browser/fullscreen.h"
+
+#include "base/logging.h"
+
+bool IsFullScreenMode() {
+ NOTIMPLEMENTED();
+ return false;
+}