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

Issue 8624004: Chromeos: Only set email text if there is a logged in user (Closed)

Created:
9 years, 1 month ago by DaveMoore
Modified:
9 years, 1 month ago
Reviewers:
zel, Ivan Korotkov
CC:
chromium-reviews, Emmanuel Saint-loubert-BiƩ
Visibility:
Public.

Description

Chromeos: Only set email text if there is a logged in user 35 tests fail because we are setting the localized text for the string userEmail to the logged in email for a user, but in the test environment there is no logged in user. BUG=105049 TEST=Various browser tests, including DownloadTest.ChromeURLAfterDownload Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=111026

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -2 lines) Patch
M chrome/browser/ui/webui/options/personal_options_handler.cc View 1 chunk +3 lines, -2 lines 1 comment Download

Messages

Total messages: 2 (0 generated)
DaveMoore
9 years, 1 month ago (2011-11-21 23:00:25 UTC) #1
zel
9 years, 1 month ago (2011-11-21 23:04:18 UTC) #2
LGTM with a nit:

http://codereview.chromium.org/8624004/diff/1/chrome/browser/ui/webui/options...
File chrome/browser/ui/webui/options/personal_options_handler.cc (right):

http://codereview.chromium.org/8624004/diff/1/chrome/browser/ui/webui/options...
chrome/browser/ui/webui/options/personal_options_handler.cc:205: if
(chromeos::UserManager::Get()->user_is_logged_in())
{} missing

Powered by Google App Engine
This is Rietveld 408576698