| Index: ios/web/public/browser_state.h
|
| diff --git a/ios/web/public/browser_state.h b/ios/web/public/browser_state.h
|
| index 0a3c1311396cf4699c03d2f2bf57c317b9820f63..b4f2aded9754f0502e3cb795de46c7e2f5425fd5 100644
|
| --- a/ios/web/public/browser_state.h
|
| +++ b/ios/web/public/browser_state.h
|
| @@ -28,7 +28,9 @@ class BrowserState : public base::SupportsUserData {
|
| virtual bool IsOffTheRecord() const = 0;
|
|
|
| // Returns the path where the BrowserState data is stored.
|
| - virtual base::FilePath GetPath() const = 0;
|
| + // Unlike Profile::GetPath(), incognito BrowserState do not share their path
|
| + // with their original BrowserState.
|
| + virtual base::FilePath GetStatePath() const = 0;
|
|
|
| // Returns the request context information associated with this
|
| // BrowserState.
|
|
|