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 c478f0e7ea6e03e3a76c313b2fc74640f9a02bc5..40088b4033a2c4dc8896f2e4b1d192f433b2b5cd 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, |