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

Unified Diff: apk_minter/axml-enddec/src/com/axml/enddec/BinaryXML.java

Issue 1888773004: 🙅 Bind a WebAPK to its "host" browser. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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: apk_minter/axml-enddec/src/com/axml/enddec/BinaryXML.java
diff --git a/apk_minter/axml-enddec/src/com/axml/enddec/BinaryXML.java b/apk_minter/axml-enddec/src/com/axml/enddec/BinaryXML.java
index 645611ff721f023c26a59d74971b6ef6f199966b..19b7aa5ec4877d930a3f645b4e0f5e8352320b12 100644
--- a/apk_minter/axml-enddec/src/com/axml/enddec/BinaryXML.java
+++ b/apk_minter/axml-enddec/src/com/axml/enddec/BinaryXML.java
@@ -70,4 +70,7 @@ public interface BinaryXML {
public int getScope();
public int getMac();
+
+ public int getRuntimeHost();
+
}
« no previous file with comments | « apk_minter/assets/MintingExample.template.apk ('k') | apk_minter/axml-enddec/src/com/axml/enddec/BinaryXMLParser.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698