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

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

Issue 1972433002: [Chromecast] Handle device scale factor correctly (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix test compile error Created 4 years, 7 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
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
deleted file mode 100644
index a61e28a02530fd7417da51759b1f698c55e0142e..0000000000000000000000000000000000000000
--- a/chromecast/browser/android/apk/src/org/chromium/chromecast/shell/CastSwitches.java
+++ /dev/null
@@ -1,14 +0,0 @@
-// 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";
-}

Powered by Google App Engine
This is Rietveld 408576698