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

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: Address comments 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
« no previous file with comments | « ui/file_manager/file_manager_resources.grd ('k') | ui/file_manager/gallery/manifest.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/file_manager/gallery/js/background_scripts.js
diff --git a/chrome/test/data/extensions/api_test/executescript/http204/at_document_idle_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_idle_unexpected.js
copy to ui/file_manager/gallery/js/background_scripts.js
index 995450291446587641fa905e9416fe3c0899b3b4..d8f2081287cf039486309c22d7967edd7c150b85 100644
--- a/chrome/test/data/extensions/api_test/executescript/http204/at_document_idle_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.didRunAtDocumentIdleUnexpected = true;
+<include src="test_util.js">
+<include src="background.js">
« no previous file with comments | « ui/file_manager/file_manager_resources.grd ('k') | ui/file_manager/gallery/manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698