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

Unified Diff: chrome/browser/resources/welcome/welcome.js

Issue 2252063002: Adding client code for new desktop First Run Experience. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 3 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/browser/resources/welcome/welcome.html ('k') | chrome/browser/ui/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/welcome/welcome.js
diff --git a/chrome/test/data/subresource_filter/included_script.js b/chrome/browser/resources/welcome/welcome.js
similarity index 74%
copy from chrome/test/data/subresource_filter/included_script.js
copy to chrome/browser/resources/welcome/welcome.js
index bb41e780915a1140ca9a6597a32da832322d0d4c..102537742e9aff3fbbeb2106553d968d56fa75e5 100644
--- a/chrome/test/data/subresource_filter/included_script.js
+++ b/chrome/browser/resources/welcome/welcome.js
@@ -2,4 +2,5 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-document.scriptExecuted = true;
+// TODO(tmartino): Add handlers.
+console.log('JS test');
« no previous file with comments | « chrome/browser/resources/welcome/welcome.html ('k') | chrome/browser/ui/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698