| Index: chrome_frame/policy_settings.cc
|
| diff --git a/chrome_frame/policy_settings.cc b/chrome_frame/policy_settings.cc
|
| index 1a35d67f721f482e4a2b9e0d3303294fe85dde3b..50e465f6cf0dfcdcc218e1e8dfa4eef93b1d2468 100644
|
| --- a/chrome_frame/policy_settings.cc
|
| +++ b/chrome_frame/policy_settings.cc
|
| @@ -153,3 +153,7 @@ void PolicySettings::RefreshFromRegistry() {
|
| swap(application_locale_, application_locale);
|
| }
|
|
|
| +// static
|
| +PolicySettings* PolicySettings::GetInstance() {
|
| + return Singleton<PolicySettings>::get();
|
| +}
|
|
|