| Index: blimp/client/app/android/java/src/org/chromium/blimp/BlimpClientSwitches.java
|
| diff --git a/blimp/client/app/android/java/src/org/chromium/blimp/BlimpClientSwitches.java b/blimp/client/app/android/java/src/org/chromium/blimp/BlimpClientSwitches.java
|
| deleted file mode 100644
|
| index 1a1852190bf6916b6e343be600f93232490048a9..0000000000000000000000000000000000000000
|
| --- a/blimp/client/app/android/java/src/org/chromium/blimp/BlimpClientSwitches.java
|
| +++ /dev/null
|
| @@ -1,21 +0,0 @@
|
| -// Copyright 2016 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.blimp;
|
| -
|
| -/**
|
| - * Contains all of the command line switches that are specific to the blimp/
|
| - * portion of Chromium on Android.
|
| - */
|
| -public final class BlimpClientSwitches {
|
| -
|
| - // Specifies the engine's IP address. Must be used in conjunction with
|
| - // --engine-port and --engine-transport.
|
| - // This is the same command line flag as kEngineIP in
|
| - // blimp/client/app/blimp_client_switches.cc
|
| - public static final String ENGINE_IP = "engine-ip";
|
| -
|
| - // Prevent instantiation.
|
| - private BlimpClientSwitches() {}
|
| -}
|
|
|