Index: content/public/browser/browser_context.h |
=================================================================== |
--- content/public/browser/browser_context.h (revision 190301) |
+++ content/public/browser/browser_context.h (working copy) |
@@ -107,7 +107,6 @@ |
virtual base::FilePath GetPath() = 0; |
// Return whether this context is incognito. Default is false. |
- // This doesn't belong here; http://crbug.com/89628 |
virtual bool IsOffTheRecord() const = 0; |
// Returns the request context information associated with this context. Call |