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

Unified Diff: content/test/data/service_worker/fetch_event_pass_through.js

Issue 1708583003: Pass data saver pref value into embedded worker (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed nits Created 4 years, 9 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: content/test/data/service_worker/fetch_event_pass_through.js
diff --git a/tools/clang/rewrite_to_chrome_style/tests/gen/thing.h b/content/test/data/service_worker/fetch_event_pass_through.js
similarity index 81%
copy from tools/clang/rewrite_to_chrome_style/tests/gen/thing.h
copy to content/test/data/service_worker/fetch_event_pass_through.js
index 772eaacd59a6b96469422af12a3cc7172a92eca5..fc23dd28b91ee5d63884caed8a73e01946c230e9 100644
--- a/tools/clang/rewrite_to_chrome_style/tests/gen/thing.h
+++ b/content/test/data/service_worker/fetch_event_pass_through.js
@@ -2,6 +2,4 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-namespace blink {
-void genThing();
-}
+this.onfetch = function(event) { };

Powered by Google App Engine
This is Rietveld 408576698