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

Unified Diff: chrome/browser/profiles/profile_impl.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: chrome/browser/profiles/profile_impl.cc
diff --git a/chrome/browser/profiles/profile_impl.cc b/chrome/browser/profiles/profile_impl.cc
index f22ee873ddae6ccf09cf99d1e9e34cafd53d97d3..8408b743babec78608f8eb8e05663e5579d1b070 100644
--- a/chrome/browser/profiles/profile_impl.cc
+++ b/chrome/browser/profiles/profile_impl.cc
@@ -563,7 +563,7 @@ ProfileImpl::~ProfileImpl() {
if (session_restore_enabled_)
BrowserContext::SaveSessionState(this);
} else if (clear_local_state_on_exit_) {
- BrowserContext::ClearLocalOnDestruction(this);
+ BrowserContext::ClearLocalOnDestruction(this);
}
StopCreateSessionServiceTimer();
@@ -651,7 +651,7 @@ FilePath ProfileImpl::GetPath() {
return path_;
}
-bool ProfileImpl::IsOffTheRecord() {
+bool ProfileImpl::IsOffTheRecord() const {
return false;
}

Powered by Google App Engine
This is Rietveld 408576698