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

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: Implement RenderFrameObserver::OnDestruct introduced by rebase. Created 4 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
« no previous file with comments | « chrome/test/data/subresource_filter/frame_with_included_script.html ('k') | components/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/subresource_filter/included_script.js
diff --git a/chrome/browser/resources/chromeos/login/oobe_card.js b/chrome/test/data/subresource_filter/included_script.js
similarity index 83%
copy from chrome/browser/resources/chromeos/login/oobe_card.js
copy to chrome/test/data/subresource_filter/included_script.js
index 22fd324d877f346134d11736d45ebe85c59fb936..bb41e780915a1140ca9a6597a32da832322d0d4c 100644
--- a/chrome/browser/resources/chromeos/login/oobe_card.js
+++ b/chrome/test/data/subresource_filter/included_script.js
@@ -2,4 +2,4 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-Polymer({is: 'oobe-card'});
+document.scriptExecuted = true;
« no previous file with comments | « chrome/test/data/subresource_filter/frame_with_included_script.html ('k') | components/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698