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

Issue 10836257: Prefix match CHROMEOS_RELEASE_BOARD for checking chromebox. (Closed)

Created:
8 years, 4 months ago by kochi
Modified:
8 years, 4 months ago
Reviewers:
Nicolas Zea
CC:
chromium-reviews, Raghu Simha
Visibility:
Public.

Description

Prefix match CHROMEOS_RELEASE_BOARD for checking chromebox. It used to conatin only "stumpy", but recently official image contains some suffix, and looks like "stumpy-signed-mp-v2keys". That change caused regression, and this should fix it. BUG=chromium:126732 TEST=Open some tabs on stumpy and sync, then on the other machine you should see "Chromebox" instead of "Chromebook" in "ohter devices" menu in new tab page. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=151839

Patch Set 1 #

Total comments: 2

Patch Set 2 : Fix for comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -3 lines) Patch
M sync/util/get_session_name.cc View 1 2 chunks +5 lines, -3 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
kochi
Hi Nicolas, Could you review this? Thanks,
8 years, 4 months ago (2012-08-15 08:12:07 UTC) #1
kochi
On 2012/08/15 08:12:07, Takayoshi Kochi wrote: > Hi Nicolas, > > Could you review this? ...
8 years, 4 months ago (2012-08-15 14:18:15 UTC) #2
Nicolas Zea
lgtm http://codereview.chromium.org/10836257/diff/1/sync/util/get_session_name.cc File sync/util/get_session_name.cc (right): http://codereview.chromium.org/10836257/diff/1/sync/util/get_session_name.cc#newcode44 sync/util/get_session_name.cc:44: session_name = board.find("stumpy") == 0 ? "Chromebox" : ...
8 years, 4 months ago (2012-08-15 20:53:04 UTC) #3
kochi
Thanks for the review! https://chromiumcodereview.appspot.com/10836257/diff/1/sync/util/get_session_name.cc File sync/util/get_session_name.cc (right): https://chromiumcodereview.appspot.com/10836257/diff/1/sync/util/get_session_name.cc#newcode44 sync/util/get_session_name.cc:44: session_name = board.find("stumpy") == 0 ...
8 years, 4 months ago (2012-08-16 01:22:06 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kochi@chromium.org/10836257/5002
8 years, 4 months ago (2012-08-16 01:28:31 UTC) #5
commit-bot: I haz the power
8 years, 4 months ago (2012-08-16 03:16:13 UTC) #6
Change committed as 151839

Powered by Google App Engine
This is Rietveld 408576698