Index: net/cookies/cookie_store.h |
diff --git a/net/cookies/cookie_store.h b/net/cookies/cookie_store.h |
index c44139b0b87257001f2413ad89632ff8e31a8784..e9d463cc5fa4a2a98138fde3e9571cd2cdd9eff4 100644 |
--- a/net/cookies/cookie_store.h |
+++ b/net/cookies/cookie_store.h |
@@ -206,9 +206,12 @@ class NET_EXPORT CookieStore { |
// by some sort of persistence layer. |
// TODO(nharper): Remove this method once crbug.com/548423 has been closed. |
virtual bool IsEphemeral() = 0; |
+ void SetChannelIDServiceID(int id); |
+ int GetChannelIDServiceID(); |
protected: |
CookieStore(); |
+ int channel_id_service_id_; |
}; |
} // namespace net |