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

Issue 200713003: Add GetAnyChromeSxSPath. (Closed)

Created:
6 years, 9 months ago by jackhou1
Modified:
6 years, 9 months ago
CC:
chromium-reviews, grt+watch_chromium.org
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 1

Patch Set 2 : Add GetAnyChromeSxSPath instead of checking command line. #

Total comments: 4

Patch Set 3 : Address comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+26 lines, -0 lines) Patch
M chrome/installer/launcher_support/chrome_launcher_support.h View 1 2 2 chunks +10 lines, -0 lines 0 comments Download
M chrome/installer/launcher_support/chrome_launcher_support.cc View 1 2 3 chunks +16 lines, -0 lines 0 comments Download

Messages

Total messages: 20 (0 generated)
jackhou1
scottbyer, cloud_print is the main user of GetAnyChromePath, could you please check that this has ...
6 years, 9 months ago (2014-03-15 05:59:01 UTC) #1
Scott Byer
lgtm
6 years, 9 months ago (2014-03-17 15:59:50 UTC) #2
grt (UTC plus 2)
https://codereview.chromium.org/200713003/diff/1/chrome/installer/launcher_support/chrome_launcher_support.cc File chrome/installer/launcher_support/chrome_launcher_support.cc (right): https://codereview.chromium.org/200713003/diff/1/chrome/installer/launcher_support/chrome_launcher_support.cc#newcode155 chrome/installer/launcher_support/chrome_launcher_support.cc:155: if (CommandLine::ForCurrentProcess()->HasSwitch(kChromeSxS)) from what context do you expect to ...
6 years, 9 months ago (2014-03-17 21:26:51 UTC) #3
jackhou1
On 2014/03/17 21:26:51, grt wrote: > https://codereview.chromium.org/200713003/diff/1/chrome/installer/launcher_support/chrome_launcher_support.cc > File chrome/installer/launcher_support/chrome_launcher_support.cc (right): > > https://codereview.chromium.org/200713003/diff/1/chrome/installer/launcher_support/chrome_launcher_support.cc#newcode155 > ...
6 years, 9 months ago (2014-03-17 23:11:08 UTC) #4
jackhou1
On 2014/03/17 23:11:08, jackhou1 wrote: > On 2014/03/17 21:26:51, grt wrote: > > > https://codereview.chromium.org/200713003/diff/1/chrome/installer/launcher_support/chrome_launcher_support.cc ...
6 years, 9 months ago (2014-03-17 23:11:53 UTC) #5
jackhou1
On 2014/03/17 23:11:53, jackhou1 wrote: > On 2014/03/17 23:11:08, jackhou1 wrote: > > On 2014/03/17 ...
6 years, 9 months ago (2014-03-17 23:55:36 UTC) #6
grt (UTC plus 2)
i like this much better. thanks. https://codereview.chromium.org/200713003/diff/20001/chrome/installer/launcher_support/chrome_launcher_support.cc File chrome/installer/launcher_support/chrome_launcher_support.cc (right): https://codereview.chromium.org/200713003/diff/20001/chrome/installer/launcher_support/chrome_launcher_support.cc#newcode37 chrome/installer/launcher_support/chrome_launcher_support.cc:37: const wchar_t kSxSBrowserAppGuid[] ...
6 years, 9 months ago (2014-03-18 13:51:05 UTC) #7
jackhou1
https://codereview.chromium.org/200713003/diff/20001/chrome/installer/launcher_support/chrome_launcher_support.cc File chrome/installer/launcher_support/chrome_launcher_support.cc (right): https://codereview.chromium.org/200713003/diff/20001/chrome/installer/launcher_support/chrome_launcher_support.cc#newcode37 chrome/installer/launcher_support/chrome_launcher_support.cc:37: const wchar_t kSxSBrowserAppGuid[] = L"{4ea16ac7-fd5a-47c3-875b-dbf4a2008c20}"; On 2014/03/18 13:51:06, grt ...
6 years, 9 months ago (2014-03-18 23:39:10 UTC) #8
grt (UTC plus 2)
lgtm
6 years, 9 months ago (2014-03-19 00:47:48 UTC) #9
jackhou1
The CQ bit was checked by jackhou@chromium.org
6 years, 9 months ago (2014-03-19 01:45:21 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jackhou@chromium.org/200713003/40001
6 years, 9 months ago (2014-03-19 01:47:19 UTC) #11
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-19 01:51:49 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.chromium on linux_chromium_clang_dbg
6 years, 9 months ago (2014-03-19 01:51:49 UTC) #13
jackhou1
The CQ bit was checked by jackhou@chromium.org
6 years, 9 months ago (2014-03-19 01:57:16 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jackhou@chromium.org/200713003/40001
6 years, 9 months ago (2014-03-19 01:58:19 UTC) #15
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-19 02:03:36 UTC) #16
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.chromium on linux_chromium_clang_dbg
6 years, 9 months ago (2014-03-19 02:03:37 UTC) #17
jackhou1
The CQ bit was checked by jackhou@chromium.org
6 years, 9 months ago (2014-03-19 04:40:14 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jackhou@chromium.org/200713003/40001
6 years, 9 months ago (2014-03-19 04:40:29 UTC) #19
commit-bot: I haz the power
6 years, 9 months ago (2014-03-19 11:50:47 UTC) #20
Message was sent while issue was closed.
Change committed as 257937

Powered by Google App Engine
This is Rietveld 408576698