diff options
author | isherman@chromium.org <isherman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-02 21:31:32 +0000 |
---|---|---|
committer | isherman@chromium.org <isherman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-02 21:31:32 +0000 |
commit | 27d6e85b17d0d418d8cc39ab1ce0c109396fee36 (patch) | |
tree | 7bff06dc0f77a35201bc6c4741453d231f95b96d /chrome/browser/profiles/profile.h | |
parent | 2f8f2cd5f4088f79eff9a420807f0c971bd0d996 (diff) | |
download | chromium_src-27d6e85b17d0d418d8cc39ab1ce0c109396fee36.zip chromium_src-27d6e85b17d0d418d8cc39ab1ce0c109396fee36.tar.gz chromium_src-27d6e85b17d0d418d8cc39ab1ce0c109396fee36.tar.bz2 |
Clean up password manager code.
BUG=none
TEST=password saving should continue to work
Review URL: http://codereview.chromium.org/9564001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124735 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/profiles/profile.h')
-rw-r--r-- | chrome/browser/profiles/profile.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome/browser/profiles/profile.h b/chrome/browser/profiles/profile.h index 4032854..7407853 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. |