Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1714)

Unified Diff: chrome/browser/profiles/profile.h

Issue 9564001: Clean up password manager code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698