| Index: chrome/common/json_pref_store.h
|
| ===================================================================
|
| --- chrome/common/json_pref_store.h (revision 118876)
|
| +++ chrome/common/json_pref_store.h (working copy)
|
| @@ -1,4 +1,4 @@
|
| -// 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.
|
|
|
| @@ -39,6 +39,7 @@
|
| const base::Value** result) const OVERRIDE;
|
| virtual void AddObserver(PrefStore::Observer* observer) OVERRIDE;
|
| virtual void RemoveObserver(PrefStore::Observer* observer) OVERRIDE;
|
| + virtual size_t NumberOfObservers() const OVERRIDE;
|
| virtual bool IsInitializationComplete() const OVERRIDE;
|
|
|
| // PersistentPrefStore overrides:
|
|
|