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

Unified Diff: webapk/libs/client/src/org/chromium/webapk/lib/client/WebApkSwitches.java

Issue 1965583002: Move //webapk to //chrome/android/webapk (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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: webapk/libs/client/src/org/chromium/webapk/lib/client/WebApkSwitches.java
diff --git a/webapk/libs/client/src/org/chromium/webapk/lib/client/WebApkSwitches.java b/webapk/libs/client/src/org/chromium/webapk/lib/client/WebApkSwitches.java
deleted file mode 100644
index bc5b2d16c7e3ec3c3458767f14fdca501a5a0cba..0000000000000000000000000000000000000000
--- a/webapk/libs/client/src/org/chromium/webapk/lib/client/WebApkSwitches.java
+++ /dev/null
@@ -1,14 +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.webapk.lib.client;
-
-/**
- * Contains the command line switches that are specific to WebAPKs.
- */
-public abstract class WebApkSwitches {
- // Forces the runtime dex to be extracted each time that Chrome is started.
- public static final String ALWAYS_EXTRACT_WEB_APK_RUNTIME_DEX_ON_STARTUP =
- "always-extract-web-apk-dex-on-startup";
-}

Powered by Google App Engine
This is Rietveld 408576698