| Index: ios/web_view/internal/criwv_web_client.h
|
| diff --git a/ios/web_view/internal/criwv_web_client.h b/ios/web_view/internal/criwv_web_client.h
|
| index 9c325ce0200a323005b2b4f234ddfab7ea27297d..536440503acbc5ea1b066676c82b1463e9021e07 100644
|
| --- a/ios/web_view/internal/criwv_web_client.h
|
| +++ b/ios/web_view/internal/criwv_web_client.h
|
| @@ -27,9 +27,10 @@ class CRIWVWebClient : public web::WebClient {
|
| std::string GetProduct() const override;
|
| std::string GetUserAgent(bool desktop_user_agent) const override;
|
|
|
| - // TODO(crbug.com/679895): Find a better way to get a BrowserState object to
|
| - // AppDelegate.
|
| + // Normal browser state associated with the receiver.
|
| CRIWVBrowserState* browser_state() const;
|
| + // Off the record browser state associated with the receiver.
|
| + CRIWVBrowserState* off_the_record_browser_state() const;
|
|
|
| private:
|
| // This object's delegate.
|
|
|