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

Unified Diff: content/test/test_browser_context.h

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.h
diff --git a/content/test/test_browser_context.h b/content/test/test_browser_context.h
index 2f878b992e303c0cbddf15be77489f32e42225c4..f522fa55be4d07cd18d820558738635e179e8442 100644
--- a/content/test/test_browser_context.h
+++ b/content/test/test_browser_context.h
@@ -30,7 +30,7 @@ class TestBrowserContext : public content::BrowserContext {
void SetSpecialStoragePolicy(quota::SpecialStoragePolicy* policy);
virtual FilePath GetPath() OVERRIDE;
- virtual bool IsOffTheRecord() OVERRIDE;
+ virtual bool IsOffTheRecord() const OVERRIDE;
virtual content::DownloadManager* GetDownloadManager() OVERRIDE;
virtual net::URLRequestContextGetter* GetRequestContext() OVERRIDE;
virtual net::URLRequestContextGetter* GetRequestContextForRenderProcess(

Powered by Google App Engine
This is Rietveld 408576698