Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1020)

Unified Diff: content/common/notification_type.h

Issue 6801008: Websocket to TCP proxy running in a separate thread (only on ChromeOS). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase+minor Created 9 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/browser/browser_thread.cc ('k') | third_party/libevent/chromium.patch » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/notification_type.h
diff --git a/content/common/notification_type.h b/content/common/notification_type.h
index 17440810b8c267482eea6a66fde09e7dcdcdc4dc..9b9ab0d00c22de10804eaf241cdb08affd7c4d6a 100644
--- a/content/common/notification_type.h
+++ b/content/common/notification_type.h
@@ -1283,6 +1283,11 @@ class NotificationType {
// Sent when the applications in the NTP app launcher have been reordered.
EXTENSION_LAUNCHER_REORDERED,
+#if defined(OS_CHROMEOS)
+ // Sent when WebSocketProxy started accepting connections.
+ WEB_SOCKET_PROXY_STARTED,
+#endif
+
// Sent when a new web store promo has been loaded.
WEB_STORE_PROMO_LOADED,
« no previous file with comments | « content/browser/browser_thread.cc ('k') | third_party/libevent/chromium.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698