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

Unified Diff: extensions/renderer/console_apitest.cc

Issue 678393002: Send extension console messages to the right WebFrame. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add the missing copyright notice. 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « extensions/renderer/console.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/renderer/console_apitest.cc
diff --git a/extensions/renderer/console_apitest.cc b/extensions/renderer/console_apitest.cc
new file mode 100644
index 0000000000000000000000000000000000000000..de6e3b10a95b9e29e22d58df172766c5043c4f4c
--- /dev/null
+++ b/extensions/renderer/console_apitest.cc
@@ -0,0 +1,16 @@
+// Copyright (c) 2014 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#include "chrome/browser/extensions/extension_apitest.h"
+
+namespace extensions {
+namespace {
+
+IN_PROC_BROWSER_TEST_F(ExtensionApiTest, UncaughtExceptionLogging) {
+ ASSERT_TRUE(StartEmbeddedTestServer());
+ ASSERT_TRUE(RunExtensionTest("uncaught_exception_logging")) << message_;
+}
+
+} // namespace
+} // namespace extensions
« no previous file with comments | « extensions/renderer/console.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698