| 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;
|
|
|