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

Unified Diff: chrome/browser/resources/offline_pages/offline_internals.html

Issue 2928243002: Return operation name in prefetch request callback and add internal page hookup (Closed)
Patch Set: Created 3 years, 6 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/browser/resources/offline_pages/offline_internals.html
diff --git a/chrome/browser/resources/offline_pages/offline_internals.html b/chrome/browser/resources/offline_pages/offline_internals.html
index b045ae6fbea029bf3974c078fb55ea513b1b1036..5ec5858dc845fe4c9c0ebfbbdc1c84b8c91fef89 100644
--- a/chrome/browser/resources/offline_pages/offline_internals.html
+++ b/chrome/browser/resources/offline_pages/offline_internals.html
@@ -85,6 +85,14 @@
<button id="schedule-nwake">Schedule NWake</button>
<button id="cancel-nwake">Cancel NWake</button>
</div>
+ <div>
+ <div>
+ <input id="request-data" type="text">
dewittj 2017/06/12 18:31:04 There should be different input boxes for the two
jianli 2017/06/12 22:40:30 Added 2nd input box. Added explanation for input b
+ </div>
+ <button id="generate-page-bundle">Generate Page Bundle</button>
+ <button id="get-operation">Get Operation</button>
+ </div>
</div>
+ <div id="prefetch-actions-info"></div>
dewittj 2017/06/12 18:31:04 This should probably have different formatting tha
jianli 2017/06/12 22:40:30 Done.
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698