| Index: chrome/common/extensions/docs/server2/whats_new_data_source.py
|
| diff --git a/chrome/common/extensions/docs/server2/whats_new_data_source.py b/chrome/common/extensions/docs/server2/whats_new_data_source.py
|
| index 7cfdefcacb74b5efc69fd0d3b9e583e6094e6f8c..67834a992ea8cfc87c8c32aab49db20c3697ec67 100644
|
| --- a/chrome/common/extensions/docs/server2/whats_new_data_source.py
|
| +++ b/chrome/common/extensions/docs/server2/whats_new_data_source.py
|
| @@ -96,5 +96,5 @@ class WhatsNewDataSource(DataSource):
|
| def get(self, key):
|
| return self._GetCachedWhatsNewData().get(key)
|
|
|
| - def Cron(self):
|
| + def Refresh(self, path):
|
| return self._GenerateWhatsNewDict()
|
|
|