| Index: chrome/browser/about_flags.h
|
| diff --git a/chrome/browser/about_flags.h b/chrome/browser/about_flags.h
|
| index 7a229a7e140326c481505d797361c76725ede75d..9a4396e2377ce42026233cc27d193a450014d667 100644
|
| --- a/chrome/browser/about_flags.h
|
| +++ b/chrome/browser/about_flags.h
|
| @@ -26,7 +26,7 @@ class FlagsStorage;
|
|
|
| // This value is reported as switch histogram ID if switch name has unknown
|
| // format.
|
| -extern const uint32_t kBadSwitchFormatHistogramId;
|
| +extern const int32_t kBadSwitchFormatHistogramId;
|
|
|
| // Enumeration of OSs.
|
| // This is exposed only for testing.
|
| @@ -171,7 +171,7 @@ int GetCurrentPlatform();
|
| void RecordUMAStatistics(FlagsStorage* flags_storage);
|
|
|
| // Returns the UMA id for the specified switch name.
|
| -uint32_t GetSwitchUMAId(const std::string& switch_name);
|
| +int32_t GetSwitchUMAId(const std::string& switch_name);
|
|
|
| // Sends stats (as UMA histogram) about command_line_difference.
|
| // This is used on ChromeOS to report flags that lead to browser restart.
|
|
|