diff options
Diffstat (limited to 'content/shell/shell_browser_context.h')
-rw-r--r-- | content/shell/shell_browser_context.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/content/shell/shell_browser_context.h b/content/shell/shell_browser_context.h index cb1ddef..52814c2 100644 --- a/content/shell/shell_browser_context.h +++ b/content/shell/shell_browser_context.h @@ -21,7 +21,7 @@ class ShellDownloadManagerDelegate; class ShellBrowserContext : public BrowserContext { public: - ShellBrowserContext(); + explicit ShellBrowserContext(bool off_the_record); virtual ~ShellBrowserContext(); // BrowserContext implementation. @@ -45,6 +45,7 @@ class ShellBrowserContext : public BrowserContext { // allowed on the current thread. void InitWhileIOAllowed(); + bool off_the_record_; ScopedTempDir testing_path_; FilePath path_; scoped_ptr<ResourceContext> resource_context_; |