summaryrefslogtreecommitdiffstats
path: root/chrome/common/child_process_logging_mac.mm
diff options
context:
space:
mode:
authormad@chromium.org <mad@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-26 14:40:22 +0000
committermad@chromium.org <mad@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-26 14:40:22 +0000
commitc215cc0447d7a86964dd82bec54e91e01c0c6d0b (patch)
tree11b8923075c2790d4ca0bf4bd027edfb6fc09caa /chrome/common/child_process_logging_mac.mm
parent9a3b349b671809ce7d790a6e0218689cabb7d9b2 (diff)
downloadchromium_src-c215cc0447d7a86964dd82bec54e91e01c0c6d0b.zip
chromium_src-c215cc0447d7a86964dd82bec54e91e01c0c6d0b.tar.gz
chromium_src-c215cc0447d7a86964dd82bec54e91e01c0c6d0b.tar.bz2
Add experiments info to crash dumps.
BUG=None TEST=Make sure that the crash dumps are correctly generated and contain experiments information when appropriate. Review URL: http://codereview.chromium.org/9432033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128910 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/child_process_logging_mac.mm')
-rw-r--r--chrome/common/child_process_logging_mac.mm9
1 files changed, 9 insertions, 0 deletions
diff --git a/chrome/common/child_process_logging_mac.mm b/chrome/common/child_process_logging_mac.mm
index 0c13534..bb00f1c 100644
--- a/chrome/common/child_process_logging_mac.mm
+++ b/chrome/common/child_process_logging_mac.mm
@@ -220,6 +220,15 @@ void SetCommandLine(const CommandLine* command_line) {
}
}
+void InitExperimentList(const std::string& state) {
+ // TODO(mad): Implement this.
+}
+
+void AddFieldTrialGroup(const std::string& field_trial_name,
+ const std::string& group_name) {
+ // TODO(mad): Implement this.
+}
+
void SetChannel(const std::string& channel) {
// This should match the corresponding string in breakpad_win.cc.
NSString* const kChannelKey = @"channel";