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

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: More fixes from sleevi plus a rebase on ToT 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 1b9b1e841848afb0c0e2227394fed4114f8519ec..53d419e15ec9dfef49896dd4cdb2c207f8b13cb6 100644
--- a/chrome/browser/chrome_content_browser_client.h
+++ b/chrome/browser/chrome_content_browser_client.h
@@ -344,7 +344,7 @@ static void RequestFileSystemPermissionOnUIThread(
// created. It is used only the IO thread.
prerender::PrerenderTracker* prerender_tracker_;
- base::WeakPtrFactory<ChromeContentBrowserClient> weak_factory_;
+ base::WeakPtrFactory<ChromeContentBrowserClient> weak_factory_;
friend class DisableWebRtcEncryptionFlagTest;

Powered by Google App Engine
This is Rietveld 408576698