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

Unified Diff: chrome/browser/browser_prefs.cc

Issue 603040: Add support for top level geolocation arbitrator, and access token persistenc... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 10 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/geolocation/access_token_store.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/browser_prefs.cc
===================================================================
--- chrome/browser/browser_prefs.cc (revision 38890)
+++ chrome/browser/browser_prefs.cc (working copy)
@@ -15,6 +15,7 @@
#include "chrome/browser/extensions/extensions_ui.h"
#include "chrome/browser/external_protocol_handler.h"
#include "chrome/browser/form_field_history_manager.h"
+#include "chrome/browser/geolocation/access_token_store.h"
#include "chrome/browser/google_url_tracker.h"
#include "chrome/browser/host_content_settings_map.h"
#include "chrome/browser/host_zoom_map.h"
@@ -81,6 +82,7 @@
#if defined(OS_WIN)
CookiePromptModalDialog::RegisterPrefs(local_state);
#endif
+ AccessTokenStore::RegisterPrefs(local_state);
}
void RegisterUserPrefs(PrefService* user_prefs) {
« no previous file with comments | « no previous file | chrome/browser/geolocation/access_token_store.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698