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

Unified Diff: chrome/test/base/testing_profile.h

Issue 369703002: Remember user decisions on invalid certificates behind a flag (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixes from felt plus new incognito browser tests 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
Index: chrome/test/base/testing_profile.h
diff --git a/chrome/test/base/testing_profile.h b/chrome/test/base/testing_profile.h
index 97e4d19238d2d35f2ca72742f6e96adb5edcf8af..a81b93afa90f06024f9ca3b3accfce6f5d496f75 100644
--- a/chrome/test/base/testing_profile.h
+++ b/chrome/test/base/testing_profile.h
@@ -16,6 +16,7 @@
namespace content {
class MockResourceContext;
+class SSLHostStateDecisions;
}
namespace history {
@@ -218,6 +219,7 @@ class TestingProfile : public Profile {
virtual content::BrowserPluginGuestManager* GetGuestManager() OVERRIDE;
virtual quota::SpecialStoragePolicy* GetSpecialStoragePolicy() OVERRIDE;
virtual content::PushMessagingService* GetPushMessagingService() OVERRIDE;
+ virtual content::SSLHostStateDecisions* GetSSLHostStateDecisions() OVERRIDE;
virtual TestingProfile* AsTestingProfile() OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698