Index: public/platform/WebServiceWorkerClientsInfo.h |
diff --git a/public/platform/WebServiceWorkerClientsInfo.h b/public/platform/WebServiceWorkerClientsInfo.h |
index 5527e847c810d80de274e355686aebb479029023..acda342e9b3f30572e828e8de78d3397348cea22 100644 |
--- a/public/platform/WebServiceWorkerClientsInfo.h |
+++ b/public/platform/WebServiceWorkerClientsInfo.h |
@@ -26,7 +26,8 @@ struct WebServiceWorkerClientInfo { |
{ |
} |
- int clientID; |
+ int clientID; // FIXME: Deprecate this when we switch to UUID. |
+ WebString uuid; |
WebPageVisibilityState pageVisibilityState; |
bool isFocused; |