| 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">
|
|
|