| Index: chrome/browser/notifications/sync_notifier/chrome_notifier_service.h
|
| diff --git a/chrome/browser/notifications/sync_notifier/chrome_notifier_service.h b/chrome/browser/notifications/sync_notifier/chrome_notifier_service.h
|
| index ad0ec65dfd327f83dc46191747628550674edbd8..15a9fa376c54adb418936019eec4e94e795f0e62 100644
|
| --- a/chrome/browser/notifications/sync_notifier/chrome_notifier_service.h
|
| +++ b/chrome/browser/notifications/sync_notifier/chrome_notifier_service.h
|
| @@ -37,6 +37,9 @@ class ChromeNotifierService : public KeyedService {
|
| // Helper method for firing JS events triggered by sync.
|
| void FireSyncJSEvent(scoped_ptr<extensions::Event> event);
|
|
|
| + // Helper method for trigger synced notification refreshes.
|
| + void NotifyRefreshNeeded();
|
| +
|
| // The owning profile.
|
| Profile* const profile_;
|
|
|
|
|