Take ownership of Sqlite.* histograms.
[chromium-blink-merge.git] / ash / gpu_support_stub.cc
blob42f468d4725ff01bc8acb84f6c4e34cbf1524ec7
1 // Copyright 2014 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/gpu_support_stub.h"
7 namespace ash {
9 GPUSupportStub::GPUSupportStub() {}
11 GPUSupportStub::~GPUSupportStub() {}
13 bool GPUSupportStub::IsPanelFittingDisabled() const {
14 return false;
17 void GPUSupportStub::DisableGpuWatchdog() {}
19 void GPUSupportStub::GetGpuProcessHandles(
20 const GetGpuProcessHandlesCallback& callback) const {}
22 } // namespace ash