Chromium Code Reviews| Index: base/prefs/public/pref_change_registrar.cc |
| diff --git a/base/prefs/public/pref_change_registrar.cc b/base/prefs/public/pref_change_registrar.cc |
| index 0a442e729ce42aaf159dd5d7428807e297e62616..2e64aaa2683934010802906990b06624c8b70aae 100644 |
| --- a/base/prefs/public/pref_change_registrar.cc |
| +++ b/base/prefs/public/pref_change_registrar.cc |
| @@ -91,3 +91,8 @@ void PrefChangeRegistrar::InvokeUnnamedCallback(const base::Closure& callback, |
| const std::string& pref_name) { |
| callback.Run(); |
| } |
| + |
| +PrefServiceBase* PrefChangeRegistrar::prefs() { |
| + return service_; |
| +} |
| + |
|
Mattias Nissler (ping if slow)
2012/11/13 14:11:31
no trailing newlines please.
Jói
2012/11/13 14:22:38
Done.
|