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

Unified Diff: content/shell/shell_browser_context.cc

Issue 9564001: Clean up password manager code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add a unit test for sub-frame navigation 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: content/shell/shell_browser_context.cc
diff --git a/content/shell/shell_browser_context.cc b/content/shell/shell_browser_context.cc
index 201c0d60e8eabe06bb9174470173c390fd06b865..f617b23fd527759dace01d6f94a4501474d9c618 100644
--- a/content/shell/shell_browser_context.cc
+++ b/content/shell/shell_browser_context.cc
@@ -117,7 +117,7 @@ FilePath ShellBrowserContext::GetPath() {
return path_;
}
-bool ShellBrowserContext::IsOffTheRecord() {
+bool ShellBrowserContext::IsOffTheRecord() const {
return false;
}

Powered by Google App Engine
This is Rietveld 408576698