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

Unified Diff: chrome/app/breakpad_linux.cc

Issue 209042: Make Linux Breakpad initialization call to lsb_release asynchronous. Also wrap more... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 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 side-by-side diff with in-line comments
Download patch
Index: chrome/app/breakpad_linux.cc
===================================================================
--- chrome/app/breakpad_linux.cc (revision 26606)
+++ chrome/app/breakpad_linux.cc (working copy)
@@ -24,7 +24,6 @@
#include "base/format_macros.h"
#include "base/global_descriptors_posix.h"
#include "base/json_writer.h"
-#include "base/linux_util.h"
#include "base/path_service.h"
#include "base/rand_util.h"
#include "base/scoped_fd.h"
@@ -644,7 +643,6 @@
if (process_type.empty()) {
if (!(unattended || GoogleUpdateSettings::GetCollectStatsConsent()))
return;
- base::GetLinuxDistro(); // Initialize base::linux_distro if needed.
EnableCrashDumping(unattended);
} else if (process_type == switches::kRendererProcess ||
process_type == switches::kZygoteProcess) {

Powered by Google App Engine
This is Rietveld 408576698