Chromium Code Reviews| Index: chrome/test/live_sync/live_sync_test.h |
| diff --git a/chrome/test/live_sync/live_sync_test.h b/chrome/test/live_sync/live_sync_test.h |
| index 9c848f920542d990d22b5d7ede023490bf1e8bbd..88eb36c6882db94c04de6373bf0a46f4fb1d1739 100644 |
| --- a/chrome/test/live_sync/live_sync_test.h |
| +++ b/chrome/test/live_sync/live_sync_test.h |
| @@ -142,19 +142,21 @@ class LiveSyncTest : public InProcessBrowserTest { |
| // Returns true if the server being used supports controlling |
| // notifications. |
| - bool ServerSupportsNotificationControl(); |
| + bool ServerSupportsNotificationControl() const; |
| // Disable notifications on the server. This operation is available |
| // only if ServerSupportsNotificationControl() returned true. |
| void DisableNotifications(); |
| + void EnableNotifications(); |
|
Raghu Simha
2011/09/01 03:53:06
Add a similar comment as the one above DisableNoti
akalin
2011/09/01 04:03:24
Done.
|
| + |
| // Trigger a notification to be sent to all clients. This operation |
| // is available only if ServerSupportsNotificationControl() returned |
| // true. |
| void TriggerNotification(const syncable::ModelTypeSet& changed_types); |
| // Returns true if the server being used supports injecting errors. |
| - bool ServerSupportsErrorTriggering(); |
| + bool ServerSupportsErrorTriggering() const; |
| // Triggers a migration for one or more datatypes, and waits |
| // for the server to complete it. This operation is available |