Index: chrome/browser/profiles/profile.h |
diff --git a/chrome/browser/profiles/profile.h b/chrome/browser/profiles/profile.h |
index 403285443678cba0295b2f51de4929460a1edd5f..72fcae4eb7f840049d3c5c88c231beb10035b036 100644 |
--- a/chrome/browser/profiles/profile.h |
+++ b/chrome/browser/profiles/profile.h |
@@ -189,7 +189,7 @@ class Profile : public content::BrowserContext { |
virtual std::string GetProfileName() = 0; |
// Return whether this profile is incognito. Default is false. |
- virtual bool IsOffTheRecord() = 0; |
+ virtual bool IsOffTheRecord() const = 0; |
jam
2012/03/01 06:11:00
this should be taken out, no need to repeat the pu
Ilya Sherman
2012/03/01 06:35:54
Done.
|
// Return the incognito version of this profile. The returned pointer |
// is owned by the receiving profile. If the receiving profile is off the |