diff options
author | akalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-02-18 00:25:48 +0000 |
---|---|---|
committer | akalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-02-18 00:25:48 +0000 |
commit | d30ab62bfaa333d1315d6db800cef357ded7a30b (patch) | |
tree | 31de8f8ebba9b19ab7371db3b3faf0cdcae146fb /chrome/chrome.gyp | |
parent | d2786377230bd56ce830073c505324a59a2841c8 (diff) | |
download | chromium_src-d30ab62bfaa333d1315d6db800cef357ded7a30b.zip chromium_src-d30ab62bfaa333d1315d6db800cef357ded7a30b.tar.gz chromium_src-d30ab62bfaa333d1315d6db800cef357ded7a30b.tar.bz2 |
[Sync] Remove dependency on common/ for unrecoverable error dump uploading
Introduce new ReportUnrecoverableErrorFunction type.
Move the breakpad-uploading code into ChromeReportUnrecoverableError.
Plumb that function pointer all the way down to the Directory.
BUG=113723
TEST=
Review URL: http://codereview.chromium.org/9415023
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@122643 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome.gyp')
-rw-r--r-- | chrome/chrome.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp index 4974ec8..c39eb24 100644 --- a/chrome/chrome.gyp +++ b/chrome/chrome.gyp @@ -264,6 +264,7 @@ 'browser/sync/engine/syncapi_internal.h', 'browser/sync/internal_api/includes/syncer_error.cc', 'browser/sync/internal_api/includes/syncer_error.h', + 'browser/sync/internal_api/includes/report_unrecoverable_error_function.h', 'browser/sync/internal_api/includes/unrecoverable_error_handler.h', 'browser/sync/internal_api/base_node.cc', 'browser/sync/internal_api/base_node.h', |