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

Unified Diff: content/test/test_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/test/test_browser_context.cc
diff --git a/content/test/test_browser_context.cc b/content/test/test_browser_context.cc
index f5830bebc94834d763b1ebcc91ca237bd23c1c2d..1e4f47128eba396d4919b2b912c9cea22401f34e 100644
--- a/content/test/test_browser_context.cc
+++ b/content/test/test_browser_context.cc
@@ -31,7 +31,7 @@ FilePath TestBrowserContext::GetPath() {
return browser_context_dir_.path();
}
-bool TestBrowserContext::IsOffTheRecord() {
+bool TestBrowserContext::IsOffTheRecord() const {
return false;
}
« chrome/browser/password_manager/password_manager.h ('K') | « content/test/test_browser_context.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698