| Index: content/public/test/test_browser_context.cc
|
| diff --git a/content/public/test/test_browser_context.cc b/content/public/test/test_browser_context.cc
|
| index 0929df4e0023835d6b22d316409d0d4ef8580042..528239932b612821258d9bc31ad86cfd6740b012 100644
|
| --- a/content/public/test/test_browser_context.cc
|
| +++ b/content/public/test/test_browser_context.cc
|
| @@ -153,4 +153,12 @@ TestBrowserContext::CreateMediaRequestContextForStoragePartition(
|
| return NULL;
|
| }
|
|
|
| +TestBrowserContextIncognito::TestBrowserContextIncognito() {}
|
| +
|
| +TestBrowserContextIncognito::~TestBrowserContextIncognito() {}
|
| +
|
| +bool TestBrowserContextIncognito::IsOffTheRecord() const {
|
| + return true;
|
| +}
|
| +
|
| } // namespace content
|
|
|