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

Unified Diff: chrome/browser/chrome_content_browser_client.h

Issue 369703002: Remember user decisions on invalid certificates behind a flag (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Updated with experimental groups 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/browser/chrome_content_browser_client.h
diff --git a/chrome/browser/chrome_content_browser_client.h b/chrome/browser/chrome_content_browser_client.h
index ca2f7329b5f67ec8334825614d3ddc0df7d762d3..649c77feedd59a6ed6a30e9110c26262f6de5860 100644
--- a/chrome/browser/chrome_content_browser_client.h
+++ b/chrome/browser/chrome_content_browser_client.h
@@ -356,6 +356,8 @@ class ChromeContentBrowserClient : public content::ContentBrowserClient {
// TODO(peter) remove once NotificationPermissionRequested is removed.
base::WeakPtrFactory<ChromeContentBrowserClient> weak_factory_;
+ friend class DisableWebRtcEncryptionFlagTest;
Ryan Sleevi 2014/07/31 00:31:28 Just like in life, put your friends first. In par
jww 2014/07/31 05:57:00 Whoops, that was actually due to a bad rebase (thi
+
DISALLOW_COPY_AND_ASSIGN(ChromeContentBrowserClient);
};

Powered by Google App Engine
This is Rietveld 408576698