Chromium Code Reviews

Side by Side Diff: chromecast/service/cast_platform_init_stub.cc

Issue 397143003: Build-level separation of default CastService implementation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@chromecast-resource-fix
Patch Set: addressing damienv's comments Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff |
« no previous file with comments | « chromecast/chromecast.gyp ('k') | chromecast/service/cast_service.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
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.
4
5 #include "chromecast/service/cast_service.h"
6
7 namespace chromecast {
8
9 // static
10 void CastService::PlatformInitialize() {
11 }
12
13 }
OLDNEW
« no previous file with comments | « chromecast/chromecast.gyp ('k') | chromecast/service/cast_service.h » ('j') | no next file with comments »

Powered by Google App Engine