| Index: chrome/browser/sync/notifier/p2p_notifier.h
|
| diff --git a/chrome/browser/sync/notifier/p2p_notifier.h b/chrome/browser/sync/notifier/p2p_notifier.h
|
| index 90ff99a59838414544f82d859d992098f6bc79a4..b6ee936b652688829ddd4f90ea294b477c1f8d96 100644
|
| --- a/chrome/browser/sync/notifier/p2p_notifier.h
|
| +++ b/chrome/browser/sync/notifier/p2p_notifier.h
|
| @@ -25,6 +25,9 @@ class MessageLoopProxy;
|
|
|
| namespace sync_notifier {
|
|
|
| +// The channel to use for sync notifications.
|
| +extern const char* kSyncP2PNotificationChannel;
|
| +
|
| // The intended recipient(s) of a P2P notification.
|
| enum P2PNotificationTarget {
|
| NOTIFY_SELF,
|
|
|