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

Side by Side Diff: components/crash/content/app/crash_reporter_client.cc

Issue 1546143002: Switch to standard integer types in components/, part 1 of 4. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 12 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 2013 The Chromium Authors. All rights reserved. 1 // Copyright 2013 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 "components/crash/content/app/crash_reporter_client.h" 5 #include "components/crash/content/app/crash_reporter_client.h"
6 6
7 #include "base/files/file_path.h" 7 #include "base/files/file_path.h"
8 #include "base/logging.h" 8 #include "base/logging.h"
9 #include "build/build_config.h"
9 10
10 namespace crash_reporter { 11 namespace crash_reporter {
11 12
12 namespace { 13 namespace {
13 14
14 CrashReporterClient* g_client = NULL; 15 CrashReporterClient* g_client = NULL;
15 16
16 } // namespace 17 } // namespace
17 18
18 void SetCrashReporterClient(CrashReporterClient* client) { 19 void SetCrashReporterClient(CrashReporterClient* client) {
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
144 #endif 145 #endif
145 } 146 }
146 #endif 147 #endif
147 148
148 bool CrashReporterClient::EnableBreakpadForProcess( 149 bool CrashReporterClient::EnableBreakpadForProcess(
149 const std::string& process_type) { 150 const std::string& process_type) {
150 return false; 151 return false;
151 } 152 }
152 153
153 } // namespace crash_reporter 154 } // namespace crash_reporter
OLDNEW
« no previous file with comments | « components/crash/content/app/crash_reporter_client.h ('k') | components/crash/content/app/crashpad.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698