Chromium Code Reviews| Index: content/shell/shell_browser_context.cc |
| diff --git a/content/shell/shell_browser_context.cc b/content/shell/shell_browser_context.cc |
| index 201c0d60e8eabe06bb9174470173c390fd06b865..f617b23fd527759dace01d6f94a4501474d9c618 100644 |
| --- a/content/shell/shell_browser_context.cc |
| +++ b/content/shell/shell_browser_context.cc |
| @@ -117,7 +117,7 @@ FilePath ShellBrowserContext::GetPath() { |
| return path_; |
| } |
| -bool ShellBrowserContext::IsOffTheRecord() { |
| +bool ShellBrowserContext::IsOffTheRecord() const { |
| return false; |
| } |