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

Unified Diff: chrome/browser/browser_prefs.cc

Issue 2730016: gtk: Remember which page user viewed last in the Certificate Manager window. (Closed) Base URL: git://git.chromium.org/chromium.git
Patch Set: review Created 10 years, 6 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 | chrome/browser/gtk/certificate_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/browser_prefs.cc
diff --git a/chrome/browser/browser_prefs.cc b/chrome/browser/browser_prefs.cc
index 99fdff620b0c27742c6f17de7f2966137b47b4c7..44526438aeea59256996fa75e4e60ea4cd68de48 100644
--- a/chrome/browser/browser_prefs.cc
+++ b/chrome/browser/browser_prefs.cc
@@ -20,6 +20,7 @@
#include "chrome/browser/geolocation/geolocation_content_settings_map.h"
#include "chrome/browser/geolocation/geolocation_prefs.h"
#include "chrome/browser/google_url_tracker.h"
+#include "chrome/browser/gtk/certificate_manager.h"
#include "chrome/browser/host_content_settings_map.h"
#include "chrome/browser/host_zoom_map.h"
#include "chrome/browser/intranet_redirect_detector.h"
@@ -118,6 +119,7 @@ void RegisterUserPrefs(PrefService* user_prefs) {
BrowserActionsContainer::RegisterUserPrefs(user_prefs);
#elif defined(TOOLKIT_GTK)
BrowserWindowGtk::RegisterUserPrefs(user_prefs);
+ certificate_manager_util::RegisterUserPrefs(user_prefs);
#endif
#if defined(OS_CHROMEOS)
chromeos::Preferences::RegisterUserPrefs(user_prefs);
« no previous file with comments | « no previous file | chrome/browser/gtk/certificate_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698