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

Side by Side Diff: blimp/client/core/dummy_blimp_client_context.cc

Issue 2320923002: Add a full Blimp integration test. (Closed)
Patch Set: Fix build break with chrome embedder Created 4 years, 3 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 unified diff | Download patch
« no previous file with comments | « blimp/client/core/dummy_blimp_client_context.h ('k') | blimp/client/public/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2016 The Chromium Authors. All rights reserved. 1 // Copyright 2016 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "blimp/client/core/dummy_blimp_client_context.h" 5 #include "blimp/client/core/dummy_blimp_client_context.h"
6 6
7 #include "base/logging.h" 7 #include "base/logging.h"
8 #include "base/memory/ref_counted.h" 8 #include "base/memory/ref_counted.h"
9 #include "base/metrics/histogram_macros.h" 9 #include "base/metrics/histogram_macros.h"
10 #include "base/single_thread_task_runner.h" 10 #include "base/single_thread_task_runner.h"
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 44
45 std::unique_ptr<BlimpContents> DummyBlimpClientContext::CreateBlimpContents( 45 std::unique_ptr<BlimpContents> DummyBlimpClientContext::CreateBlimpContents(
46 gfx::NativeWindow window) { 46 gfx::NativeWindow window) {
47 return nullptr; 47 return nullptr;
48 } 48 }
49 49
50 void DummyBlimpClientContext::Connect() { 50 void DummyBlimpClientContext::Connect() {
51 NOTREACHED(); 51 NOTREACHED();
52 } 52 }
53 53
54 void DummyBlimpClientContext::ConnectWithAssignment(
55 const Assignment& assignment) {
56 NOTREACHED();
57 }
58
54 } // namespace client 59 } // namespace client
55 } // namespace blimp 60 } // namespace blimp
OLDNEW
« no previous file with comments | « blimp/client/core/dummy_blimp_client_context.h ('k') | blimp/client/public/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698