Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / ash / wm / window_state_delegate.cc
blob71868d6da4887b851682d9d2d130fb848248651d
1 // Copyright 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #include "ash/wm/window_state_delegate.h"
7 namespace ash {
8 namespace wm {
10 WindowStateDelegate::WindowStateDelegate() {
13 WindowStateDelegate::~WindowStateDelegate() {
16 bool WindowStateDelegate::ToggleFullscreen(WindowState* window_state) {
17 return false;
20 bool WindowStateDelegate::RestoreAlwaysOnTop(WindowState* window_state) {
21 return false;
24 } // namespace wm
25 } // namespace ash