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

Unified Diff: android_webview/browser/aw_browser_context.h

Issue 369703002: Remember user decisions on invalid certificates behind a flag (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed broken include Created 6 years, 5 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 | « no previous file | android_webview/browser/aw_browser_context.cc » ('j') | content/browser/ssl/ssl_host_state.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/browser/aw_browser_context.h
diff --git a/android_webview/browser/aw_browser_context.h b/android_webview/browser/aw_browser_context.h
index 6f8e9fb2c2e496055fa6ce736d6db9e76d6d7fad..7a008bf290c99e250ed46ba54d231468348e551b 100644
--- a/android_webview/browser/aw_browser_context.h
+++ b/android_webview/browser/aw_browser_context.h
@@ -23,6 +23,7 @@ class PrefService;
namespace content {
class ResourceContext;
+class SSLHostStateDelegate;
class WebContents;
}
@@ -111,6 +112,7 @@ class AwBrowserContext : public content::BrowserContext,
virtual content::BrowserPluginGuestManager* GetGuestManager() OVERRIDE;
virtual quota::SpecialStoragePolicy* GetSpecialStoragePolicy() OVERRIDE;
virtual content::PushMessagingService* GetPushMessagingService() OVERRIDE;
+ virtual content::SSLHostStateDelegate* GetSSLHostStateDelegate() OVERRIDE;
// visitedlink::VisitedLinkDelegate implementation.
virtual void RebuildTable(
« no previous file with comments | « no previous file | android_webview/browser/aw_browser_context.cc » ('j') | content/browser/ssl/ssl_host_state.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698