| Index: chromecast/browser/android/apk/src/org/chromium/chromecast/shell/CastSwitches.java
|
| diff --git a/chromecast/browser/android/apk/src/org/chromium/chromecast/shell/CastSwitches.java b/chromecast/browser/android/apk/src/org/chromium/chromecast/shell/CastSwitches.java
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..a61e28a02530fd7417da51759b1f698c55e0142e
|
| --- /dev/null
|
| +++ b/chromecast/browser/android/apk/src/org/chromium/chromecast/shell/CastSwitches.java
|
| @@ -0,0 +1,14 @@
|
| +// Copyright 2015 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.
|
| +
|
| +package org.chromium.chromecast.shell;
|
| +
|
| +/**
|
| + * Contains command line switches specific to Cast on Android.
|
| + */
|
| +public final class CastSwitches {
|
| + // Default height to start an application at, unless the application explicitly requests
|
| + // a different height. If unspecified, this defaults to 720px.
|
| + public static final String DEFAULT_RESOLUTION_HEIGHT = "default-resolution-height";
|
| +}
|
|
|