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

Side by Side Diff: chrome/browser/chrome_browser_main_linux.cc

Issue 485893007: Rename components/breakpad to components/crash. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase + iOS tests Created 6 years, 3 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 | Annotate | Revision Log
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 "chrome/browser/chrome_browser_main_linux.h" 5 #include "chrome/browser/chrome_browser_main_linux.h"
6 6
7 #include <fontconfig/fontconfig.h> 7 #include <fontconfig/fontconfig.h>
8 8
9 #include "chrome/browser/browser_process.h" 9 #include "chrome/browser/browser_process.h"
10 #include "components/breakpad/app/breakpad_linux.h" 10 #include "components/crash/app/breakpad_linux.h"
11 #include "components/metrics/metrics_service.h" 11 #include "components/metrics/metrics_service.h"
12 12
13 #if !defined(OS_CHROMEOS) 13 #if !defined(OS_CHROMEOS)
14 #include "base/linux_util.h" 14 #include "base/linux_util.h"
15 #include "chrome/browser/sxs_linux.h" 15 #include "chrome/browser/sxs_linux.h"
16 #include "content/public/browser/browser_thread.h" 16 #include "content/public/browser/browser_thread.h"
17 #endif 17 #endif
18 18
19 ChromeBrowserMainPartsLinux::ChromeBrowserMainPartsLinux( 19 ChromeBrowserMainPartsLinux::ChromeBrowserMainPartsLinux(
20 const content::MainFunctionParams& parameters) 20 const content::MainFunctionParams& parameters)
(...skipping 28 matching lines...) Expand all
49 49
50 ChromeBrowserMainPartsPosix::PreProfileInit(); 50 ChromeBrowserMainPartsPosix::PreProfileInit();
51 } 51 }
52 52
53 void ChromeBrowserMainPartsLinux::PostProfileInit() { 53 void ChromeBrowserMainPartsLinux::PostProfileInit() {
54 ChromeBrowserMainPartsPosix::PostProfileInit(); 54 ChromeBrowserMainPartsPosix::PostProfileInit();
55 55
56 g_browser_process->metrics_service()->RecordBreakpadRegistration( 56 g_browser_process->metrics_service()->RecordBreakpadRegistration(
57 breakpad::IsCrashReporterEnabled()); 57 breakpad::IsCrashReporterEnabled());
58 } 58 }
OLDNEW
« no previous file with comments | « chrome/browser/chrome_browser_main_android.cc ('k') | chrome/browser/chrome_browser_main_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698