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

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

Issue 1550233002: Move mixed content settings histograms into browser (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: typo fix Created 4 years, 11 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 07f78db945f4060f75a779051439e0d56b8c9298..bfd72577e5324c91e0275d6e56157e55f9629553 100644
--- a/content/browser/frame_host/render_frame_host_impl.h
+++ b/content/browser/frame_host/render_frame_host_impl.h
@@ -408,6 +408,9 @@ class CONTENT_EXPORT RenderFrameHostImpl
// cross-process window.focus() calls.
void SetFocusedFrame();
+ void OnTriedDisplayingInsecureContent(const GURL& origin, const GURL& url);
alexmos 2016/01/09 01:39:02 Let's keep these private and along with the other
+ void OnTriedRunningInsecureContent(const GURL& origin, const GURL& url);
+
// Deletes the current selection plus the specified number of characters
// before and after the selection or caret.
void ExtendSelectionAndDelete(size_t before, size_t after);

Powered by Google App Engine
This is Rietveld 408576698