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

Side by Side Diff: chrome/test/data/extensions/api_test/uncaught_exception_logging/content_script.js

Issue 678393002: Send extension console messages to the right WebFrame. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix the conditions in ByContextFinder. Created 6 years, 1 month 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 unified diff | Download patch
OLDNEW
(Empty)
1 chrome.runtime.onMessage.addListener(function(msg) {
2 if (msg.action == "start_test")
3 throw new Error("Exception thrown in injected script.");
4 });
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698