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

Unified Diff: content/browser/frame_host/render_frame_host_impl.h

Issue 1890513004: Remove dependency on the DevTools agent for console logs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added new enum to WebConsoleMessage to mirror MessageSource and more. Created 4 years, 8 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: content/browser/frame_host/render_frame_host_impl.h
diff --git a/content/browser/frame_host/render_frame_host_impl.h b/content/browser/frame_host/render_frame_host_impl.h
index b3b037814c7561b83e7860169013c7baabeb4c57..5c3b78cfabc8ba4735c24c4c4593f95aefb4fa10 100644
--- a/content/browser/frame_host/render_frame_host_impl.h
+++ b/content/browser/frame_host/render_frame_host_impl.h
@@ -554,6 +554,9 @@ class CONTENT_EXPORT RenderFrameHostImpl : public RenderFrameHost,
return last_navigation_lofi_state_;
}
+ void AddSecurityMessageToConsole(ConsoleMessageLevel level,
+ const std::string& message);
+
protected:
friend class RenderFrameHostFactory;

Powered by Google App Engine
This is Rietveld 408576698