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

Issue 2619323003: Remove uses of BrowserDistribution::CHROME_BINARIES in installer_util. (Closed)

Created:
3 years, 11 months ago by grt (UTC plus 2)
Modified:
3 years, 11 months ago
CC:
chromium-reviews, grt+watch_chromium.org, pennymac+watch_chromium.org, wfh+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Remove uses of BrowserDistribution::CHROME_BINARIES in installer_util. This CL also includes the following changes which trickle gently through small corners of the codebase: - Removes the |system-level| param from UpdateDidRunState. - Removes GetChromeChannelAndModifiers; "-m", the "mutli-install" modifier, was the only one. - Replaces installer::GetAppGuidForUpdates with BrowserDistribution::GetDistribution()->GetAppGuid(), since it is now correct in the absence of multi-install. BUG=577816 Review-Url: https://codereview.chromium.org/2619323003 Cr-Commit-Position: refs/heads/master@{#442695} Committed: https://chromium.googlesource.com/chromium/src/+/9074f30e1913ea6fe1244f43b38f9a9be21f889e

Patch Set 1 #

Total comments: 17

Patch Set 2 : review comments #

Patch Set 3 : sync to position 442533 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+111 lines, -401 lines) Patch
M chrome/app/main_dll_loader_win.cc View 1 chunk +2 lines, -4 lines 0 comments Download
M chrome/browser/google/did_run_updater_win.h View 1 chunk +0 lines, -2 lines 0 comments Download
M chrome/browser/google/did_run_updater_win.cc View 2 chunks +2 lines, -10 lines 0 comments Download
M chrome/browser/google/google_update_win.cc View 2 chunks +2 lines, -1 line 0 comments Download
M chrome/common/channel_info_win.cc View 1 chunk +1 line, -2 lines 0 comments Download
M chrome/installer/setup/installer_crash_reporter_client.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/installer/util/google_update_settings.h View 1 1 chunk +5 lines, -16 lines 0 comments Download
M chrome/installer/util/google_update_settings.cc View 1 14 chunks +45 lines, -135 lines 0 comments Download
M chrome/installer/util/google_update_settings_unittest.cc View 1 17 chunks +51 lines, -195 lines 0 comments Download
M chrome/installer/util/helper.h View 1 2 chunks +1 line, -14 lines 0 comments Download
M chrome/installer/util/helper.cc View 1 2 chunks +0 lines, -20 lines 0 comments Download

Depends on Patchset:

Dependent Patchsets:

Messages

Total messages: 34 (23 generated)
Sébastien Marchand
lgtm with one question. https://codereview.chromium.org/2619323003/diff/40001/chrome/common/channel_info_win.cc File chrome/common/channel_info_win.cc (right): https://codereview.chromium.org/2619323003/diff/40001/chrome/common/channel_info_win.cc#newcode36 chrome/common/channel_info_win.cc:36: channel += L" SyzyASan"; Should ...
3 years, 11 months ago (2017-01-09 20:41:22 UTC) #11
grt (UTC plus 2)
Thanks, Seb! https://codereview.chromium.org/2619323003/diff/40001/chrome/common/channel_info_win.cc File chrome/common/channel_info_win.cc (right): https://codereview.chromium.org/2619323003/diff/40001/chrome/common/channel_info_win.cc#newcode36 chrome/common/channel_info_win.cc:36: channel += L" SyzyASan"; On 2017/01/09 20:41:22, ...
3 years, 11 months ago (2017-01-09 20:49:51 UTC) #12
grt (UTC plus 2)
+jochen for chrome/browser and chrome/common OWNERS review
3 years, 11 months ago (2017-01-09 20:51:44 UTC) #14
Sébastien Marchand
https://codereview.chromium.org/2619323003/diff/40001/chrome/common/channel_info_win.cc File chrome/common/channel_info_win.cc (right): https://codereview.chromium.org/2619323003/diff/40001/chrome/common/channel_info_win.cc#newcode36 chrome/common/channel_info_win.cc:36: channel += L" SyzyASan"; On 2017/01/09 20:49:51, grt (UTC ...
3 years, 11 months ago (2017-01-09 20:56:14 UTC) #15
Georges Khalil
Fly by review, LGTM.
3 years, 11 months ago (2017-01-09 21:13:46 UTC) #19
Sébastien Marchand
https://codereview.chromium.org/2619323003/diff/40001/chrome/installer/util/google_update_settings.cc File chrome/installer/util/google_update_settings.cc (right): https://codereview.chromium.org/2619323003/diff/40001/chrome/installer/util/google_update_settings.cc#newcode427 chrome/installer/util/google_update_settings.cc:427: bool GoogleUpdateSettings::UpdateDidRunState(bool did_run, bool system_level) { Oops, you forgot ...
3 years, 11 months ago (2017-01-09 21:19:39 UTC) #20
huangs
Just NITs. https://codereview.chromium.org/2619323003/diff/40001/chrome/installer/util/google_update_settings.cc File chrome/installer/util/google_update_settings.cc (right): https://codereview.chromium.org/2619323003/diff/40001/chrome/installer/util/google_update_settings.cc#newcode11 chrome/installer/util/google_update_settings.cc:11: #include <vector> <vector> now unused? https://codereview.chromium.org/2619323003/diff/40001/chrome/installer/util/google_update_settings.cc#newcode526 chrome/installer/util/google_update_settings.cc:526: ...
3 years, 11 months ago (2017-01-09 21:27:08 UTC) #22
grt (UTC plus 2)
Thanks! https://codereview.chromium.org/2619323003/diff/40001/chrome/installer/util/google_update_settings.cc File chrome/installer/util/google_update_settings.cc (right): https://codereview.chromium.org/2619323003/diff/40001/chrome/installer/util/google_update_settings.cc#newcode11 chrome/installer/util/google_update_settings.cc:11: #include <vector> On 2017/01/09 21:27:08, huangs wrote: > ...
3 years, 11 months ago (2017-01-10 08:43:56 UTC) #23
jochen (gone - plz use gerrit)
lgtm
3 years, 11 months ago (2017-01-10 09:46:30 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2619323003/80001
3 years, 11 months ago (2017-01-10 21:26:08 UTC) #31
commit-bot: I haz the power
3 years, 11 months ago (2017-01-10 21:31:37 UTC) #34
Message was sent while issue was closed.
Committed patchset #3 (id:80001) as
https://chromium.googlesource.com/chromium/src/+/9074f30e1913ea6fe1244f43b38f...

Powered by Google App Engine
This is Rietveld 408576698