blob: 2ae0afcb08d36b320a0996b53d534bd3c39b4310 [file] [log] [blame]
[email protected]d3b05ea2012-01-24 22:57:051// Copyright (c) 2012 The Chromium Authors. All rights reserved.
[email protected]0f1afed2010-12-15 17:22:282// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
brettwf00b9b42016-02-01 22:11:385#include "components/prefs/pref_store.h"
[email protected]0f1afed2010-12-15 17:22:286
[email protected]14e0ec62013-08-26 22:01:397bool PrefStore::HasObservers() const {
8 return false;
[email protected]d3b05ea2012-01-24 22:57:059}
10
[email protected]0f1afed2010-12-15 17:22:2811bool PrefStore::IsInitializationComplete() const {
12 return true;
13}