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

Unified Diff: content/test/mock_gpu_channel_establish_factory.cc

Issue 2686243002: content/ui[Android]: Remove ContextProviderFactory. (Closed)
Patch Set: more rebase Created 3 years, 10 months 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 | « content/test/mock_gpu_channel_establish_factory.h ('k') | content/test/test_render_view_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/mock_gpu_channel_establish_factory.cc
diff --git a/content/test/mock_gpu_channel_establish_factory.cc b/content/test/mock_gpu_channel_establish_factory.cc
deleted file mode 100644
index 123367edac3168bbf17ef8739f1568edf646f77f..0000000000000000000000000000000000000000
--- a/content/test/mock_gpu_channel_establish_factory.cc
+++ /dev/null
@@ -1,28 +0,0 @@
-// Copyright 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 "content/test/mock_gpu_channel_establish_factory.h"
-
-namespace content {
-
-MockGpuChannelEstablishFactory::MockGpuChannelEstablishFactory() = default;
-
-MockGpuChannelEstablishFactory::~MockGpuChannelEstablishFactory() = default;
-
-void MockGpuChannelEstablishFactory::EstablishGpuChannel(
- const gpu::GpuChannelEstablishedCallback& callback) {
- callback.Run(nullptr);
-}
-
-scoped_refptr<gpu::GpuChannelHost>
-MockGpuChannelEstablishFactory::EstablishGpuChannelSync() {
- return nullptr;
-}
-
-gpu::GpuMemoryBufferManager*
-MockGpuChannelEstablishFactory::GetGpuMemoryBufferManager() {
- return nullptr;
-}
-
-} // namespace content
« no previous file with comments | « content/test/mock_gpu_channel_establish_factory.h ('k') | content/test/test_render_view_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698