| 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";
|
| -}
|
|
|