| Index: content/browser/time_zone_monitor_android.cc
|
| diff --git a/content/browser/time_zone_monitor_android.cc b/content/browser/time_zone_monitor_android.cc
|
| index 156b0f05c01822eab4fd14e2342cb8c700e1efe6..c9cdb543ab4537d26b72e9ed713e7898c7a18405 100644
|
| --- a/content/browser/time_zone_monitor_android.cc
|
| +++ b/content/browser/time_zone_monitor_android.cc
|
| @@ -31,7 +31,7 @@ bool TimeZoneMonitorAndroid::Register(JNIEnv* env) {
|
| void TimeZoneMonitorAndroid::TimeZoneChangedFromJava(
|
| JNIEnv* env,
|
| const JavaParamRef<jobject>& caller) {
|
| - NotifyRenderers();
|
| + NotifyClients();
|
| }
|
|
|
| // static
|
|
|