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

Unified Diff: third_party/WebKit/public/web/modules/serviceworker/DEPS

Issue 2620463002: Show service worker navigation preload requests in DevTools Network tab (Closed)
Patch Set: rebase and include time.h in ServiceWorkerGlobalScopeProxy.* Created 3 years, 11 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: third_party/WebKit/public/web/modules/serviceworker/DEPS
diff --git a/third_party/WebKit/public/web/modules/serviceworker/DEPS b/third_party/WebKit/public/web/modules/serviceworker/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..bea636f159e56c0f357ce385fe79ddfa9b2fb806
--- /dev/null
+++ b/third_party/WebKit/public/web/modules/serviceworker/DEPS
@@ -0,0 +1,3 @@
+include_rules = [
+ "+base/time/time.h",
+]

Powered by Google App Engine
This is Rietveld 408576698