| Index: chrome/browser/profile_resetter/profile_reset_report.proto
|
| diff --git a/chrome/browser/profile_resetter/profile_reset_report.proto b/chrome/browser/profile_resetter/profile_reset_report.proto
|
| index 502d403298ddae5afd344faac974dcfb265bde35..31fa3ef469c950a0706be3fb220a2eb1346addbe 100644
|
| --- a/chrome/browser/profile_resetter/profile_reset_report.proto
|
| +++ b/chrome/browser/profile_resetter/profile_reset_report.proto
|
| @@ -62,7 +62,9 @@ message ChromeResetReport {
|
| // Full command line (executable and parameters) of shotcuts to start Chrome.
|
| repeated string shortcuts = 18;
|
|
|
| - // Specifies where the request for the settings reset came from.
|
| + // Specifies where the request for the settings reset came from. If
|
| + // you add new enumerators, also update
|
| + // "ProfileResetRequestOriginEnum" in tools/metrics/histograms/histograms.xml.
|
| enum ResetRequestOrigin {
|
| RESET_REQUEST_ORIGIN_UNSPECIFIED = 0;
|
| // None of the other cases. Possibly by navigating to
|
|
|