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

Unified Diff: chrome/test/data/extensions/error_console/bad_api_arguments_runtime_error/background.js

Issue 23923003: Expand RuntimeErrors for ErrorConsole (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Copyright fix Created 7 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/error_console/bad_api_arguments_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_arguments_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_arguments_runtime_error/background.js
index 945646e830ab01a106a9de8c8271095d4a202078..7dfde666889806264fd8d1faab3147da9534bc40 100644
--- a/chrome/test/data/extensions/packaged_app/component_oauth2/test.js
+++ b/chrome/test/data/extensions/error_console/bad_api_arguments_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.tabs.get("ThisShouldBeAnInteger", function(tab) { });

Powered by Google App Engine
This is Rietveld 408576698