Move android_app_version_* into an inner variables dict.
[chromium-blink-merge.git] / chromecast / android / chromecast_config_android_stub.cc
blobdc8bdca2d6afb3a9ff32eef56e9ef7f0c8b30963
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 "chromecast/android/chromecast_config_android.h"
7 namespace chromecast {
8 namespace android {
10 bool ChromecastConfigAndroid::CanSendUsageStats() {
11 return false;
14 } // namespace android
15 } // namespace chromecast