| Index: chrome/browser/profiles/profile.h
|
| diff --git a/chrome/browser/profiles/profile.h b/chrome/browser/profiles/profile.h
|
| index 403285443678cba0295b2f51de4929460a1edd5f..740785343deffbf93e7716817cf5e533ec80a483 100644
|
| --- a/chrome/browser/profiles/profile.h
|
| +++ b/chrome/browser/profiles/profile.h
|
| @@ -188,9 +188,6 @@ class Profile : public content::BrowserContext {
|
| // the browser frame.
|
| virtual std::string GetProfileName() = 0;
|
|
|
| - // Return whether this profile is incognito. Default is false.
|
| - virtual bool IsOffTheRecord() = 0;
|
| -
|
| // Return the incognito version of this profile. The returned pointer
|
| // is owned by the receiving profile. If the receiving profile is off the
|
| // record, the same profile is returned.
|
|
|