Index: chrome/test/data/extensions/error_console/bad_api_permissions_runtime_error/background.js |
diff --git a/chrome/test/data/extensions/packaged_app/component_oauth2/test.js b/chrome/test/data/extensions/error_console/bad_api_permissions_runtime_error/background.js |
similarity index 73% |
copy from chrome/test/data/extensions/packaged_app/component_oauth2/test.js |
copy to chrome/test/data/extensions/error_console/bad_api_permissions_runtime_error/background.js |
index 945646e830ab01a106a9de8c8271095d4a202078..ac68bede4e0966a35c43ed1e0ee2e6324fa5250b 100644 |
--- a/chrome/test/data/extensions/packaged_app/component_oauth2/test.js |
+++ b/chrome/test/data/extensions/error_console/bad_api_permissions_runtime_error/background.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. |
-console.log('hi there'); |
+chrome.history.addUrl({"url": "https://www.google.com/"}); |