Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3099)

Unified Diff: content/shell/browser/layout_test/layout_test_browser_context.h

Issue 641203004: Revert of Content Shell: Introduce LayoutTestBrowserContext. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/shell/BUILD.gn ('k') | content/shell/browser/layout_test/layout_test_browser_context.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/browser/layout_test/layout_test_browser_context.h
diff --git a/content/shell/browser/layout_test/layout_test_browser_context.h b/content/shell/browser/layout_test/layout_test_browser_context.h
deleted file mode 100644
index 87ffc58fa7baeca3951a453d571a1678c71d452d..0000000000000000000000000000000000000000
--- a/content/shell/browser/layout_test/layout_test_browser_context.h
+++ /dev/null
@@ -1,37 +0,0 @@
-// Copyright 2014 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef CONTENT_SHELL_BROWSER_LAYOUT_TEST_BROWSER_CONTEXT_H_
-#define CONTENT_SHELL_BROWSER_LAYOUT_TEST_BROWSER_CONTEXT_H_
-
-#include "base/compiler_specific.h"
-#include "content/shell/browser/shell_browser_context.h"
-
-namespace net {
-class NetLog;
-}
-
-namespace content {
-
-class DownloadManagerDelegate;
-
-class LayoutTestBrowserContext : public ShellBrowserContext {
- public:
- LayoutTestBrowserContext(bool off_the_record, net::NetLog* net_log);
- virtual ~LayoutTestBrowserContext();
-
- // BrowserContext implementation.
- virtual DownloadManagerDelegate* GetDownloadManagerDelegate() override;
-
- protected:
- // Performs initialization of the ShellBrowserContext while IO is still
- // allowed on the current thread.
- virtual void InitWhileIOAllowed() override;
-
- DISALLOW_COPY_AND_ASSIGN(LayoutTestBrowserContext);
-};
-
-} // namespace content
-
-#endif // CONTENT_SHELL_BROWSER_LAYOUT_TEST_BROWSER_CONTEXT_H_
« no previous file with comments | « content/shell/BUILD.gn ('k') | content/shell/browser/layout_test/layout_test_browser_context.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698