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

Unified Diff: ui/file_manager/gallery/js/background_scripts.js

Issue 2261043003: Files app: Concatenate background scripts. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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: ui/file_manager/gallery/js/background_scripts.js
diff --git a/chrome/test/data/extensions/api_test/executescript/http204/at_document_end_unexpected.js b/ui/file_manager/gallery/js/background_scripts.js
similarity index 73%
copy from chrome/test/data/extensions/api_test/executescript/http204/at_document_end_unexpected.js
copy to ui/file_manager/gallery/js/background_scripts.js
index 456b59ee4528452a1b0a64916f9c64c360a0bd44..d8f2081287cf039486309c22d7967edd7c150b85 100644
--- a/chrome/test/data/extensions/api_test/executescript/http204/at_document_end_unexpected.js
+++ b/ui/file_manager/gallery/js/background_scripts.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.
-window.didRunAtDocumentEndUnexpected = true;
+<include src="test_util.js">
+<include src="background.js">

Powered by Google App Engine
This is Rietveld 408576698