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

Side by Side Diff: components/browser_watcher/postmortem_report_collector.h

Issue 2753573002: Remove 'global' user-data in favor of 'process' user-data. (Closed)
Patch Set: rebased Created 3 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 unified diff | Download patch
OLDNEW
1 // Copyright 2016 The Chromium Authors. All rights reserved. 1 // Copyright 2016 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 // 4 //
5 // Following an unclean shutdown, a stability report can be collected and 5 // Following an unclean shutdown, a stability report can be collected and
6 // submitted for upload to a reporter. 6 // submitted for upload to a reporter.
7 7
8 #ifndef COMPONENTS_BROWSER_WATCHER_POSTMORTEM_REPORT_COLLECTOR_H_ 8 #ifndef COMPONENTS_BROWSER_WATCHER_POSTMORTEM_REPORT_COLLECTOR_H_
9 #define COMPONENTS_BROWSER_WATCHER_POSTMORTEM_REPORT_COLLECTOR_H_ 9 #define COMPONENTS_BROWSER_WATCHER_POSTMORTEM_REPORT_COLLECTOR_H_
10 10
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 GetDebugStateFilePaths); 63 GetDebugStateFilePaths);
64 FRIEND_TEST_ALL_PREFIXES(PostmortemReportCollectorTest, CollectEmptyFile); 64 FRIEND_TEST_ALL_PREFIXES(PostmortemReportCollectorTest, CollectEmptyFile);
65 FRIEND_TEST_ALL_PREFIXES(PostmortemReportCollectorTest, CollectRandomFile); 65 FRIEND_TEST_ALL_PREFIXES(PostmortemReportCollectorTest, CollectRandomFile);
66 FRIEND_TEST_ALL_PREFIXES(PostmortemReportCollectorCollectionTest, 66 FRIEND_TEST_ALL_PREFIXES(PostmortemReportCollectorCollectionTest,
67 CollectSuccess); 67 CollectSuccess);
68 FRIEND_TEST_ALL_PREFIXES( 68 FRIEND_TEST_ALL_PREFIXES(
69 PostmortemReportCollectorCollectionFromGlobalTrackerTest, 69 PostmortemReportCollectorCollectionFromGlobalTrackerTest,
70 LogCollection); 70 LogCollection);
71 FRIEND_TEST_ALL_PREFIXES( 71 FRIEND_TEST_ALL_PREFIXES(
72 PostmortemReportCollectorCollectionFromGlobalTrackerTest, 72 PostmortemReportCollectorCollectionFromGlobalTrackerTest,
73 GlobalUserDataCollection); 73 ProcessUserDataCollection);
74 FRIEND_TEST_ALL_PREFIXES( 74 FRIEND_TEST_ALL_PREFIXES(
75 PostmortemReportCollectorCollectionFromGlobalTrackerTest, 75 PostmortemReportCollectorCollectionFromGlobalTrackerTest,
76 FieldTrialCollection); 76 FieldTrialCollection);
77 FRIEND_TEST_ALL_PREFIXES( 77 FRIEND_TEST_ALL_PREFIXES(
78 PostmortemReportCollectorCollectionFromGlobalTrackerTest, 78 PostmortemReportCollectorCollectionFromGlobalTrackerTest,
79 ModuleCollection); 79 ModuleCollection);
80 FRIEND_TEST_ALL_PREFIXES( 80 FRIEND_TEST_ALL_PREFIXES(
81 PostmortemReportCollectorCollectionFromGlobalTrackerTest, 81 PostmortemReportCollectorCollectionFromGlobalTrackerTest,
82 SystemStateTest); 82 SystemStateTest);
83 83
(...skipping 26 matching lines...) Expand all
110 std::string channel_name_; 110 std::string channel_name_;
111 111
112 SystemSessionAnalyzer* system_session_analyzer_; // Not owned. 112 SystemSessionAnalyzer* system_session_analyzer_; // Not owned.
113 113
114 DISALLOW_COPY_AND_ASSIGN(PostmortemReportCollector); 114 DISALLOW_COPY_AND_ASSIGN(PostmortemReportCollector);
115 }; 115 };
116 116
117 } // namespace browser_watcher 117 } // namespace browser_watcher
118 118
119 #endif // COMPONENTS_BROWSER_WATCHER_POSTMORTEM_REPORT_COLLECTOR_H_ 119 #endif // COMPONENTS_BROWSER_WATCHER_POSTMORTEM_REPORT_COLLECTOR_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698