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

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

Issue 2820263002: [Offline Prefetch] Create a new JobScheduler task to wake up for net activity. (Closed)
Patch Set: tommycli@ comments. Created 3 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: 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 31eee68b480ebc734c6d6ac3a4c49fe0dd31fd5e..b045ae6fbea029bf3974c078fb55ea513b1b1036 100644
--- a/chrome/browser/resources/offline_pages/offline_internals.html
+++ b/chrome/browser/resources/offline_pages/offline_internals.html
@@ -78,5 +78,13 @@
placeholder="http://www.url1.com, http://www.url2.com, ...">
<button id="add-to-queue">Load in background</button>
<div id="save-url-state"></div>
+
+ <h2>Prefetching</h2>
+ <div>
+ <div>
+ <button id="schedule-nwake">Schedule NWake</button>
+ <button id="cancel-nwake">Cancel NWake</button>
+ </div>
+ </div>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698