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

Side by Side Diff: components/breakpad/app/breakpad_client.cc

Issue 31243002: Move Linux/Android breakpad implementation to breakpad component (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: updates Created 7 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 | Annotate | Revision Log
« no previous file with comments | « components/breakpad/app/breakpad_client.h ('k') | components/breakpad/app/breakpad_linux.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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/breakpad/breakpad_client.h" 5 #include "components/breakpad/app/breakpad_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 9
10 namespace breakpad { 10 namespace breakpad {
11 11
12 namespace { 12 namespace {
13 13
14 BreakpadClient* g_client = NULL; 14 BreakpadClient* g_client = NULL;
15 15
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
118 return 0; 118 return 0;
119 } 119 }
120 #endif 120 #endif
121 121
122 #if defined(OS_MACOSX) 122 #if defined(OS_MACOSX)
123 void BreakpadClient::InstallAdditionalFilters(BreakpadRef breakpad) { 123 void BreakpadClient::InstallAdditionalFilters(BreakpadRef breakpad) {
124 } 124 }
125 #endif 125 #endif
126 126
127 } // namespace breakpad 127 } // namespace breakpad
OLDNEW
« no previous file with comments | « components/breakpad/app/breakpad_client.h ('k') | components/breakpad/app/breakpad_linux.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698