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

Unified Diff: chrome/browser/prefs/pref_model_associator.cc

Issue 10537099: add "always allow" option to the mediastream infobar and allow user to allow/not allow acces to devi (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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
Index: chrome/browser/prefs/pref_model_associator.cc
diff --git a/chrome/browser/prefs/pref_model_associator.cc b/chrome/browser/prefs/pref_model_associator.cc
index 4a9a7e7d35cbe8cc52461b00536d7219fee215b0..5c607aeae0b215857af14415f7a2f2ce3996e0d3 100644
--- a/chrome/browser/prefs/pref_model_associator.cc
+++ b/chrome/browser/prefs/pref_model_associator.cc
@@ -171,6 +171,7 @@ Value* PrefModelAssociator::MergePreference(
const PrefService::Preference& local_pref,
const Value& server_value) {
const std::string& name(local_pref.name());
+ DLOG(WARNING) << "MergePreference " << name;
if (name == prefs::kURLsToRestoreOnStartup ||
name == prefs::kDesktopNotificationAllowedOrigins ||
name == prefs::kDesktopNotificationDeniedOrigins) {

Powered by Google App Engine
This is Rietveld 408576698