Index: net/cookies/cookie_store.h |
diff --git a/net/cookies/cookie_store.h b/net/cookies/cookie_store.h |
index 6fabe922d207de6c7483ef80b635592d19aa2b58..f6426c5d695cb8d5f71702594f1709d10fcc2364 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 |