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

Unified Diff: web_apks/minting_example/libs/client/org/chromium/minting/lib/client/WebApkSwitches.java

Issue 1945303005: Change webapk packages and directory structure (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: web_apks/minting_example/libs/client/org/chromium/minting/lib/client/WebApkSwitches.java
diff --git a/web_apks/minting_example/libs/client/org/chromium/minting/lib/client/WebApkSwitches.java b/web_apks/minting_example/libs/client/org/chromium/minting/lib/client/WebApkSwitches.java
deleted file mode 100644
index 853e586536c9efa2d3a727e622f8ce340f27a251..0000000000000000000000000000000000000000
--- a/web_apks/minting_example/libs/client/org/chromium/minting/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.minting.lib.client;
-
-/**
- * Contains the command line switches that are specific to Web APKs.
- */
-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