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

Unified Diff: chrome/test/data/subresource_filter/included_script.js

Issue 2022783002: Skeleton of the Safe Browsing Subresource Filter. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed comments from battre@. Created 4 years, 7 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/test/data/subresource_filter/included_script.js
diff --git a/chrome/test/data/page_load_metrics/empty.js b/chrome/test/data/subresource_filter/included_script.js
similarity index 82%
copy from chrome/test/data/page_load_metrics/empty.js
copy to chrome/test/data/subresource_filter/included_script.js
index 6853db73b68936cd3ee35d8b0ac4811bd738f192..fbe0bf1832b11975734d68ac63b524e86cea7a4c 100644
--- a/chrome/test/data/page_load_metrics/empty.js
+++ b/chrome/test/data/subresource_filter/included_script.js
@@ -1,3 +1,6 @@
// Copyright 2016 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
+
+document.scriptExecuted = true;
+

Powered by Google App Engine
This is Rietveld 408576698