commit | 42c037eda3b65f09821596d2062a9f26db10a128 | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Tue Jun 26 22:23:32 2012 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Tue Jun 26 22:23:32 2012 |
tree | 76afa64c457346eb9402712c28702be8d1c91bcb | |
parent | fd85fa30ce6f4a1906ed239b8f73233f1146bfc9 [diff] [blame] |
Split mode incognito extension can get misleading pref changed events from regular mode I implemented the behavior described in comment 6 here: http://code.google.com/p/chromium/issues/detail?id=128017 BUG=128017 TEST=Manual Review URL: https://chromiumcodereview.appspot.com/10559052 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@144299 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/chrome/browser/prefs/pref_notifier_impl.cc b/chrome/browser/prefs/pref_notifier_impl.cc index 3c23879..a226685c 100644 --- a/chrome/browser/prefs/pref_notifier_impl.cc +++ b/chrome/browser/prefs/pref_notifier_impl.cc
@@ -1,9 +1,10 @@ -// Copyright (c) 2011 The Chromium Authors. All rights reserved. +// Copyright (c) 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "chrome/browser/prefs/pref_notifier_impl.h" +#include "base/logging.h" #include "base/stl_util.h" #include "chrome/browser/prefs/pref_service.h" #include "chrome/common/chrome_notification_types.h"