[email protected] | d3b05ea | 2012-01-24 22:57:05 | [diff] [blame] | 1 | // Copyright (c) 2012 The Chromium Authors. All rights reserved. |
[email protected] | 0f1afed | 2010-12-15 17:22:28 | [diff] [blame] | 2 | // Use of this source code is governed by a BSD-style license that can be |
3 | // found in the LICENSE file. | ||||
4 | |||||
brettw | f00b9b4 | 2016-02-01 22:11:38 | [diff] [blame] | 5 | #include "components/prefs/pref_store.h" |
[email protected] | 0f1afed | 2010-12-15 17:22:28 | [diff] [blame] | 6 | |
[email protected] | 14e0ec6 | 2013-08-26 22:01:39 | [diff] [blame] | 7 | bool PrefStore::HasObservers() const { |
8 | return false; | ||||
[email protected] | d3b05ea | 2012-01-24 22:57:05 | [diff] [blame] | 9 | } |
10 | |||||
[email protected] | 0f1afed | 2010-12-15 17:22:28 | [diff] [blame] | 11 | bool PrefStore::IsInitializationComplete() const { |
12 | return true; | ||||
13 | } |