mirror of
https://git.suyu.dev/suyu/breakpad.git
synced 2026-03-12 02:16:32 +00:00
Adding missing method.
parameters method was missing on Uploader. Review URL: http://breakpad.appspot.com/312001 git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@858 4c0a9323-5329-0410-9bdc-e9ce6186880e
This commit is contained in:
@@ -565,6 +565,11 @@ NSString *const kDefaultServerType = @"google";
|
||||
}
|
||||
}
|
||||
|
||||
//=============================================================================
|
||||
- (NSMutableDictionary *)parameters {
|
||||
return parameters_;
|
||||
}
|
||||
|
||||
//=============================================================================
|
||||
- (void)dealloc {
|
||||
[parameters_ release];
|
||||
|
||||
Reference in New Issue
Block a user