[Smart Lock] Update some more UI strings.
[chromium-blink-merge.git] / chromecast / common / chromecast_switches.cc
blob0ccbf7bc0cf9577e77723123b8f54bb8bffb10e8
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/common/chromecast_switches.h"
7 namespace switches {
9 #if defined(OS_ANDROID)
10 // Enable file accesses for debug.
11 const char kEnableLocalFileAccesses[] = "enable-local-file-accesses";
12 #endif // defined(OS_ANDROID)
14 // Override the URL to which metrics logs are sent for debugging.
15 const char kOverrideMetricsUploadUrl[] = "override-metrics-upload-url";
17 } // namespace switches