| Index: trunk/src/chrome/browser/chrome_browser_main.h
|
| ===================================================================
|
| --- trunk/src/chrome/browser/chrome_browser_main.h (revision 268245)
|
| +++ trunk/src/chrome/browser/chrome_browser_main.h (working copy)
|
| @@ -107,6 +107,9 @@
|
| // thread.
|
| void StartMetricsRecording();
|
|
|
| + // Returns true if the user opted in to sending metric reports.
|
| + bool IsMetricsReportingEnabled();
|
| +
|
| // Record time from process startup to present time in an UMA histogram.
|
| void RecordBrowserStartupTime();
|
|
|
|
|