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

Unified Diff: chrome/test/data/extensions/content_verifier/dot_slash_paths/cs1.js

Issue 1315713009: Fix content verification failures on unusual content script paths (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix windows compile error Created 5 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
Index: chrome/test/data/extensions/content_verifier/dot_slash_paths/cs1.js
diff --git a/chrome/test/data/extensions/app_list/Extensions/ebgmjfhpkngekpdlgfdbolkhfmofdfdf/1.0/main.js b/chrome/test/data/extensions/content_verifier/dot_slash_paths/cs1.js
similarity index 87%
copy from chrome/test/data/extensions/app_list/Extensions/ebgmjfhpkngekpdlgfdbolkhfmofdfdf/1.0/main.js
copy to chrome/test/data/extensions/content_verifier/dot_slash_paths/cs1.js
index af31f65753e4393b75ff6873f7740a890b9007ba..67256f9ba43030a9361f441ace00efaffd751873 100644
--- a/chrome/test/data/extensions/app_list/Extensions/ebgmjfhpkngekpdlgfdbolkhfmofdfdf/1.0/main.js
+++ b/chrome/test/data/extensions/content_verifier/dot_slash_paths/cs1.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.
-// Deliberately empty.
+console.log("hello 1");

Powered by Google App Engine
This is Rietveld 408576698