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 /content/shell/shell_browser_context.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 'content/shell/shell_browser_context.h')
-rw-r--r-- | content/shell/shell_browser_context.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/shell/shell_browser_context.h b/content/shell/shell_browser_context.h index bbbe861..9fbccab 100644 --- a/content/shell/shell_browser_context.h +++ b/content/shell/shell_browser_context.h @@ -28,7 +28,7 @@ class ShellBrowserContext : public BrowserContext { // BrowserContext implementation. virtual FilePath GetPath() OVERRIDE; - virtual bool IsOffTheRecord() OVERRIDE; + virtual bool IsOffTheRecord() const OVERRIDE; virtual DownloadManager* GetDownloadManager() OVERRIDE; virtual net::URLRequestContextGetter* GetRequestContext() OVERRIDE; virtual net::URLRequestContextGetter* GetRequestContextForRenderProcess( |