[webkit-reviews] review granted: [Bug 192337] Regression(PSON) Google OAuth is broken in private sessions : [Attachment 356418] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 3 15:21:14 PST 2018


Alex Christensen <achristensen at apple.com> has granted Chris Dumez
<cdumez at apple.com>'s request for review:
Bug 192337: Regression(PSON) Google OAuth is broken in private sessions
https://bugs.webkit.org/show_bug.cgi?id=192337

Attachment 356418: Patch

https://bugs.webkit.org/attachment.cgi?id=356418&action=review




--- Comment #3 from Alex Christensen <achristensen at apple.com> ---
Comment on attachment 356418
  --> https://bugs.webkit.org/attachment.cgi?id=356418
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=356418&action=review

> Source/WebKit/UIProcess/WebProcessProxy.h:121
> +    enum class BeginsUsingDataStore { No, Yes };

: bool

> Source/WebKit/UIProcess/WebProcessProxy.h:124
> +    enum class EndsUsingDataStore { No, Yes };

: bool


More information about the webkit-reviews mailing list