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

Side by Side Diff: remoting/android/java/src/org/chromium/chromoting/Capabilities.java

Issue 451973002: Capabilities + Extensions + Cast Host Extension Support for Android client (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Minor Fix Created 6 years, 4 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 unified diff | Download patch
OLDNEW
(Empty)
1 // Copyright 2013 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.
4
5 package org.chromium.chromoting;
6
7 /**
8 * The list of all capabilities that might be supported by the Chromoting host
9 * and client. As more capabilities are supported on the android client,
10 * they can be enumerated here. This list must be kept synced with the
11 * Chromoting host.
12 */
13 public class Capabilities {
14 public static final String CAST_CAPABILITY = "casting";
15 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698