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

Unified Diff: components/breakpad/app/breakpad_client.h

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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/breakpad/app/DEPS ('k') | components/breakpad/app/breakpad_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/breakpad/app/breakpad_client.h
diff --git a/components/breakpad/breakpad_client.h b/components/breakpad/app/breakpad_client.h
similarity index 96%
rename from components/breakpad/breakpad_client.h
rename to components/breakpad/app/breakpad_client.h
index 621ea1b2525dd7e3aee7b2e93a1c92b44db57790..6a514d00dfe6965cf53ac93748e60ca5c7899c2a 100644
--- a/components/breakpad/breakpad_client.h
+++ b/components/breakpad/app/breakpad_client.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef COMPONENTS_BREAKPAD_BREAKPAD_CLIENT_H_
-#define COMPONENTS_BREAKPAD_BREAKPAD_CLIENT_H_
+#ifndef COMPONENTS_BREAKPAD_APP_BREAKPAD_CLIENT_H_
+#define COMPONENTS_BREAKPAD_APP_BREAKPAD_CLIENT_H_
#include <string>
@@ -33,8 +33,10 @@ class BreakpadClient;
// breakpad code is called, and should stay alive throughout the entire runtime.
void SetBreakpadClient(BreakpadClient* client);
+#if defined(BREAKPAD_IMPLEMENTATION)
// Breakpad's embedder API should only be used by breakpad.
BreakpadClient* GetBreakpadClient();
+#endif
// Interface that the embedder implements.
class BreakpadClient {
@@ -139,4 +141,4 @@ class BreakpadClient {
} // namespace breakpad
-#endif // COMPONENTS_BREAKPAD_BREAKPAD_CLIENT_H_
+#endif // COMPONENTS_BREAKPAD_APP_BREAKPAD_CLIENT_H_
« no previous file with comments | « components/breakpad/app/DEPS ('k') | components/breakpad/app/breakpad_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698