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

Unified Diff: chromecast/browser/android/apk/src/org/chromium/chromecast/shell/CastSwitches.java

Issue 1051083003: Cast ATV: default resolution back to 720, but with command-line switch. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chromecast/browser/android/apk/src/org/chromium/chromecast/shell/CastShellActivity.java ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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";
+}
« no previous file with comments | « chromecast/browser/android/apk/src/org/chromium/chromecast/shell/CastShellActivity.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698