blob: 6add97cd5af4578186a5f7048978b044f09add2a [file] [log] [blame]
// Copyright (c) 2015 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/ui/exclusive_access/exclusive_access_context.h"
#include "base/logging.h"
#include "build/build_config.h"
// This file provides default implementations for the ExclusiveAccessContext
// methods that only some platforms care about.
void ExclusiveAccessContext::UpdateUIForTabFullscreen(
TabFullscreenState state) {
NOTIMPLEMENTED();
}
void ExclusiveAccessContext::UpdateFullscreenToolbar() {
NOTIMPLEMENTED();
}