| Index: chrome/app/chrome_breakpad_client.cc
|
| diff --git a/chrome/app/chrome_breakpad_client.cc b/chrome/app/chrome_breakpad_client.cc
|
| index bb07888c1d670e5e14d4b0fdd9644a6d20603a41..57b604b92cbbe779bb5f8efb96663287226f62e5 100644
|
| --- a/chrome/app/chrome_breakpad_client.cc
|
| +++ b/chrome/app/chrome_breakpad_client.cc
|
| @@ -171,7 +171,7 @@ bool ChromeBreakpadClient::AboutToRestart() {
|
|
|
| bool ChromeBreakpadClient::GetDeferredUploadsSupported(
|
| bool is_per_user_install) {
|
| - base::Version update_version = GoogleUpdateSettings::GetGoogleUpdateVersion(
|
| + Version update_version = GoogleUpdateSettings::GetGoogleUpdateVersion(
|
| !is_per_user_install);
|
| if (!update_version.IsValid() ||
|
| update_version.IsOlderThan(std::string(kMinUpdateVersion)))
|
|
|