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

Unified Diff: chrome/app/breakpad_field_trial_win.h

Issue 9432033: Add experiments info to crash dumps. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Last Few Nits Created 8 years, 8 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 | « no previous file | chrome/app/breakpad_field_trial_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/breakpad_field_trial_win.h
===================================================================
--- chrome/app/breakpad_field_trial_win.h (revision 0)
+++ chrome/app/breakpad_field_trial_win.h (revision 0)
@@ -0,0 +1,19 @@
+// Copyright (c) 2012 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#ifndef CHROME_APP_BREAKPAD_FIELD_TRIAL_WIN_H_
+#define CHROME_APP_BREAKPAD_FIELD_TRIAL_WIN_H_
+#pragma once
+
+#include <vector>
+
+#include "base/string16.h"
+
+namespace testing {
+
+void SetExperimentList(const std::vector<string16>& experiment_strings);
+
+} // namespace testing
+
+#endif // CHROME_APP_BREAKPAD_FIELD_TRIAL_WIN_H_
Property changes on: chrome\app\breakpad_field_trial_win.h
___________________________________________________________________
Added: svn:eol-style
+ LF
« no previous file with comments | « no previous file | chrome/app/breakpad_field_trial_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698