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

Side by Side Diff: content/browser/browser_main_runner.cc

Issue 2083463003: Revert of Add chrome_crash_reporter_client_win.cc to the source file list for chrome_elf (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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
« no previous file with comments | « components/crash/content/app/crashpad_win.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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 #include "content/public/browser/browser_main_runner.h" 5 #include "content/public/browser/browser_main_runner.h"
6 6
7 #include "base/base_switches.h" 7 #include "base/base_switches.h"
8 #include "base/command_line.h" 8 #include "base/command_line.h"
9 #include "base/debug/debugger.h"
10 #include "base/debug/leak_annotations.h" 9 #include "base/debug/leak_annotations.h"
11 #include "base/logging.h" 10 #include "base/logging.h"
12 #include "base/macros.h" 11 #include "base/macros.h"
13 #include "base/metrics/histogram.h" 12 #include "base/metrics/histogram.h"
14 #include "base/metrics/histogram_macros.h" 13 #include "base/metrics/histogram_macros.h"
15 #include "base/metrics/statistics_recorder.h" 14 #include "base/metrics/statistics_recorder.h"
16 #include "base/profiler/scoped_profile.h" 15 #include "base/profiler/scoped_profile.h"
17 #include "base/profiler/scoped_tracker.h" 16 #include "base/profiler/scoped_tracker.h"
18 #include "base/time/time.h" 17 #include "base/time/time.h"
19 #include "base/trace_event/heap_profiler_allocation_context_tracker.h" 18 #include "base/trace_event/heap_profiler_allocation_context_tracker.h"
(...skipping 230 matching lines...) Expand 10 before | Expand all | Expand 10 after
250 BrowserMainRunner* BrowserMainRunner::Create() { 249 BrowserMainRunner* BrowserMainRunner::Create() {
251 return new BrowserMainRunnerImpl(); 250 return new BrowserMainRunnerImpl();
252 } 251 }
253 252
254 // static 253 // static
255 bool BrowserMainRunner::ExitedMainMessageLoop() { 254 bool BrowserMainRunner::ExitedMainMessageLoop() {
256 return g_exited_main_message_loop; 255 return g_exited_main_message_loop;
257 } 256 }
258 257
259 } // namespace content 258 } // namespace content
OLDNEW
« no previous file with comments | « components/crash/content/app/crashpad_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698