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

Side by Side 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 unified diff | Download patch
OLDNEW
1 package com.axml.enddec; 1 package com.axml.enddec;
2 2
3 import java.io.IOException; 3 import java.io.IOException;
4 import java.io.UnsupportedEncodingException; 4 import java.io.UnsupportedEncodingException;
5 import java.net.URL; 5 import java.net.URL;
6 import java.util.Vector; 6 import java.util.Vector;
7 7
8 8
9 public interface BinaryXML { 9 public interface BinaryXML {
10 /** 10 /**
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 */ 63 */
64 public int getActivityName(); 64 public int getActivityName();
65 65
66 public int getVersion(); 66 public int getVersion();
67 67
68 public int getHostUrl(); 68 public int getHostUrl();
69 69
70 public int getScope(); 70 public int getScope();
71 71
72 public int getMac(); 72 public int getMac();
73
74 public int getRuntimeHost();
75
73 } 76 }
OLDNEW
« 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