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

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

Issue 2154363002: Move blimp switches to core (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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: 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() {}
-}
« no previous file with comments | « blimp/client/BUILD.gn ('k') | blimp/client/app/android/java/src/org/chromium/blimp/BlimpRendererActivity.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698