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

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

Issue 12041059: content: convert SSL notifications to observer usage (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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
« no previous file with comments | « content/public/browser/notification_types.h ('k') | content/public/browser/web_contents_observer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/web_contents.h
diff --git a/content/public/browser/web_contents.h b/content/public/browser/web_contents.h
index 6814e175ec4e8f25287b17c7513fa62d7bbd8715..ec381461fc6989ce6e72280b53a22a97fcf583db 100644
--- a/content/public/browser/web_contents.h
+++ b/content/public/browser/web_contents.h
@@ -238,6 +238,9 @@ class WebContents : public PageNavigator,
// change. See InvalidateType enum.
virtual void NotifyNavigationStateChanged(unsigned changed_flags) = 0;
+ // Method for notifying observers about visible SSL state change.
+ virtual void NotifyVisibleSSLStateChanged() = 0;
jam 2013/01/24 02:02:19 chrome shouldn't have to call into content to noti
Paweł Hajdan Jr. 2013/01/24 18:53:43 Done.
+
// Get the last time that the WebContents was made visible with WasShown()
virtual base::TimeTicks GetLastSelectedTime() const = 0;
« no previous file with comments | « content/public/browser/notification_types.h ('k') | content/public/browser/web_contents_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698