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

Side by Side Diff: content/shell/browser/layout_test/layout_test_browser_main_parts.h

Issue 2200693002: Refactor CrashDump*Manager to use a shared CrashDumpObserver. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 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 unified diff | Download patch
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CONTENT_SHELL_BROWSER_LAYOUT_TEST_LAYOUT_TEST_BROWSER_MAIN_PARTS_H_ 5 #ifndef CONTENT_SHELL_BROWSER_LAYOUT_TEST_LAYOUT_TEST_BROWSER_MAIN_PARTS_H_
6 #define CONTENT_SHELL_BROWSER_LAYOUT_TEST_LAYOUT_TEST_BROWSER_MAIN_PARTS_H_ 6 #define CONTENT_SHELL_BROWSER_LAYOUT_TEST_LAYOUT_TEST_BROWSER_MAIN_PARTS_H_
7 7
8 #include <memory> 8 #include <memory>
9 9
10 #include "base/macros.h" 10 #include "base/macros.h"
11 #include "build/build_config.h" 11 #include "build/build_config.h"
12 #include "content/shell/browser/shell_browser_main_parts.h" 12 #include "content/shell/browser/shell_browser_main_parts.h"
13 13
14 #if defined(OS_ANDROID)
15 namespace breakpad {
16 class CrashDumpManager;
17 }
18 #endif
19
20 namespace base { 14 namespace base {
21 class Thread; 15 class Thread;
22 } 16 }
23 17
24 namespace net { 18 namespace net {
25 class NetLog; 19 class NetLog;
26 } 20 }
27 21
28 namespace content { 22 namespace content {
29 23
(...skipping 11 matching lines...) Expand all
41 #if defined(ENABLE_PLUGINS) 35 #if defined(ENABLE_PLUGINS)
42 std::unique_ptr<ShellPluginServiceFilter> plugin_service_filter_; 36 std::unique_ptr<ShellPluginServiceFilter> plugin_service_filter_;
43 #endif 37 #endif
44 38
45 DISALLOW_COPY_AND_ASSIGN(LayoutTestBrowserMainParts); 39 DISALLOW_COPY_AND_ASSIGN(LayoutTestBrowserMainParts);
46 }; 40 };
47 41
48 } // namespace content 42 } // namespace content
49 43
50 #endif // CONTENT_SHELL_BROWSER_LAYOUT_TEST_LAYOUT_TEST_BROWSER_MAIN_PARTS_H_ 44 #endif // CONTENT_SHELL_BROWSER_LAYOUT_TEST_LAYOUT_TEST_BROWSER_MAIN_PARTS_H_
OLDNEW
« no previous file with comments | « components/crash/content/browser/crash_micro_dump_manager_android.cc ('k') | content/shell/browser/shell_browser_main_parts.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698