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

Unified Diff: blimp/client/core/switches/android/java/src/org/chromium/blimp/core/BlimpClientSwitches.java

Issue 2624903006: Remove all blimp client code. (Closed)
Patch Set: Update buildbot configuration Created 3 years, 11 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 | « blimp/client/core/switches/BUILD.gn ('k') | blimp/client/core/switches/blimp_client_switches.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/client/core/switches/android/java/src/org/chromium/blimp/core/BlimpClientSwitches.java
diff --git a/blimp/client/core/switches/android/java/src/org/chromium/blimp/core/BlimpClientSwitches.java b/blimp/client/core/switches/android/java/src/org/chromium/blimp/core/BlimpClientSwitches.java
deleted file mode 100644
index 32301d7bbcd06e19b789932933d829558c072f5c..0000000000000000000000000000000000000000
--- a/blimp/client/core/switches/android/java/src/org/chromium/blimp/core/BlimpClientSwitches.java
+++ /dev/null
@@ -1,23 +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.core;
-
-/**
- * Contains all of the command line switches that are specific to the blimp/
- * portion of Chromium on Android.
- */
-public final class BlimpClientSwitches {
- // Can be used to force blimp on, bypassing the settings requirements.
- public static final String ENABLE_BLIMP = "enable-blimp";
-
- // 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/core/blimp_client_switches.cc
- public static final String ENGINE_IP = "engine-ip";
-
- // Prevent instantiation.
- private BlimpClientSwitches() {}
-}
« no previous file with comments | « blimp/client/core/switches/BUILD.gn ('k') | blimp/client/core/switches/blimp_client_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698