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

Unified Diff: content/public/browser/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/public/browser/browser_context.h
diff --git a/content/public/browser/browser_context.h b/content/public/browser/browser_context.h
index 874f450f5ba37cd200faa1cbe44921cdd2274a8b..60786dcf8b9091a2738ac6ca9c6fbd96a474c5bb 100644
--- a/content/public/browser/browser_context.h
+++ b/content/public/browser/browser_context.h
@@ -81,7 +81,7 @@ class CONTENT_EXPORT BrowserContext : public base::SupportsUserData {
// Return whether this context is incognito. Default is false.
// This doesn't belong here; http://crbug.com/89628
- virtual bool IsOffTheRecord() = 0;
+ virtual bool IsOffTheRecord() const = 0;
// Returns the DownloadManager associated with this context.
virtual content::DownloadManager* GetDownloadManager() = 0;

Powered by Google App Engine
This is Rietveld 408576698