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

Unified Diff: chrome/test/data/extensions/error_console/runtime_and_manifest_errors/script.js

Issue 916243002: Enable keyboard shortcuts for chrome://extensions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix license comment and Rebase Created 5 years, 10 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/runtime_and_manifest_errors/script.js
diff --git a/android_webview/test/data/script.js b/chrome/test/data/extensions/error_console/runtime_and_manifest_errors/script.js
similarity index 79%
copy from android_webview/test/data/script.js
copy to chrome/test/data/extensions/error_console/runtime_and_manifest_errors/script.js
index d810e1a9c55935b4bd43cede188e7a2d65e13642..214ab10e201f37844274f6f20052897d14a12ab7 100644
--- a/android_webview/test/data/script.js
+++ b/chrome/test/data/extensions/error_console/runtime_and_manifest_errors/script.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.
-script_was_loaded = true;
+console.log('line1');
+console.log('line2');

Powered by Google App Engine
This is Rietveld 408576698