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

Unified Diff: chrome/android/webapk/shell_apk/BUILD.gn

Issue 2024703002: Remove unnecessary "mac" meta data tag from Android Manifest (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: chrome/android/webapk/shell_apk/BUILD.gn
diff --git a/chrome/android/webapk/shell_apk/BUILD.gn b/chrome/android/webapk/shell_apk/BUILD.gn
index aee57adc686b27152e9f138d27cb47dd5907c2b1..3c9f4b26b77a3517dfa843cdc9f9dd5e102cfd12 100644
--- a/chrome/android/webapk/shell_apk/BUILD.gn
+++ b/chrome/android/webapk/shell_apk/BUILD.gn
@@ -15,9 +15,6 @@ declare_args() {
# The browser that the WebAPK will be bound to.
webapk_runtime_host = "com.google.android.apps.chrome"
- # The message authentication code from Chrome for identity verification.
- webapk_mac = "template"
-
# The scope of the urls that the WebAPK can navigate to.
webapk_scope_url = "https://www.template.com"
@@ -38,7 +35,6 @@ jinja_template("shell_apk_manifest") {
"manifest_package=$shell_apk_manifest_package",
"host_url=$webapk_start_url",
"runtime_host=$webapk_runtime_host",
- "mac=$webapk_mac",
"scope_url=$webapk_scope_url",
"scope_url_host=$webapk_scope_url_host",
]

Powered by Google App Engine
This is Rietveld 408576698