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

Unified Diff: content/public/browser/web_contents.h

Issue 2444383007: Trigger Dangerous indicator for unsafe subresources (Closed)
Patch Set: protip: #include the .h, not the .cc Created 4 years, 2 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/public/browser/web_contents.h
diff --git a/content/public/browser/web_contents.h b/content/public/browser/web_contents.h
index 02f8567fcdcd7cf5e0688a9e268fa60732c5ed22..31545357a62f7c08382d2f1e7c457a7d5e05cd7f 100644
--- a/content/public/browser/web_contents.h
+++ b/content/public/browser/web_contents.h
@@ -430,6 +430,9 @@ class WebContents : public PageNavigator,
WebContents* outer_web_contents,
RenderFrameHost* outer_contents_frame) = 0;
+ // Invoked when visible security state changes.
+ virtual void DidChangeVisibleSecurityState() = 0;
+
// Commands ------------------------------------------------------------------
// Stop any pending navigation.

Powered by Google App Engine
This is Rietveld 408576698