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

Issue 5809001: Removed old login screen from source. (Closed)

Created:
10 years ago by whywhat
Modified:
9 years, 7 months ago
Reviewers:
Dmitry Polukhin
CC:
chromium-reviews, nkostylev+cc_chromium.org, davemoore+watch_chromium.org, Paweł Hajdan Jr.
Visibility:
Public.

Description

Removed old login screen from source. Deleted kEnableLoginImages flag. BUG=chromium-os:7214 TEST=Old login screen should not show up even under automation tests for login. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=71313

Patch Set 1 #

Patch Set 2 : Fixed browsertest #

Patch Set 3 : fixed long line #

Total comments: 10

Patch Set 4 : Fixed comments #

Patch Set 5 : Dummy test #

Patch Set 6 : NewUserLogin testcase #

Patch Set 7 : Reverted unnecessary changes #

Total comments: 7

Patch Set 8 : fixed comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+206 lines, -551 lines) Patch
M chrome/browser/automation/automation_provider_chromeos.cc View 1 2 1 chunk +6 lines, -11 lines 0 comments Download
M chrome/browser/chromeos/login/existing_user_controller.h View 1 2 3 4 5 7 chunks +20 lines, -3 lines 0 comments Download
M chrome/browser/chromeos/login/existing_user_controller.cc View 1 2 3 4 5 6 5 chunks +10 lines, -10 lines 0 comments Download
A chrome/browser/chromeos/login/existing_user_controller_browsertest.cc View 1 2 3 4 5 6 7 1 chunk +113 lines, -0 lines 0 comments Download
D chrome/browser/chromeos/login/login_screen.h View 1 chunk +0 lines, -90 lines 0 comments Download
D chrome/browser/chromeos/login/login_screen.cc View 1 2 3 4 5 1 chunk +0 lines, -142 lines 0 comments Download
D chrome/browser/chromeos/login/login_screen_browsertest.cc View 1 chunk +0 lines, -140 lines 0 comments Download
M chrome/browser/chromeos/login/mock_user_manager.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/login/new_user_view.h View 1 2 3 4 5 1 chunk +0 lines, -3 lines 0 comments Download
M chrome/browser/chromeos/login/screen_observer.h View 1 chunk +0 lines, -3 lines 0 comments Download
M chrome/browser/chromeos/login/user_manager.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/login/wizard_controller.h View 1 2 3 4 5 6 8 chunks +7 lines, -18 lines 0 comments Download
M chrome/browser/chromeos/login/wizard_controller.cc View 1 2 3 4 5 6 11 chunks +29 lines, -90 lines 0 comments Download
M chrome/browser/chromeos/login/wizard_controller_browsertest.cc View 1 2 3 4 5 11 chunks +15 lines, -32 lines 0 comments Download
M chrome/browser/chromeos/login/wizard_in_process_browser_test.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 4 5 1 chunk +0 lines, -2 lines 0 comments Download
M chrome/chrome_tests.gypi View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/chrome_switches.h View 1 2 3 4 5 1 chunk +0 lines, -1 line 0 comments Download
M chrome/common/chrome_switches.cc View 1 2 3 4 5 1 chunk +0 lines, -3 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
whywhat
10 years ago (2010-12-13 16:27:15 UTC) #1
whywhat
PTAL, I fixed browsertest.
10 years ago (2010-12-14 10:24:58 UTC) #2
Dmitry Polukhin
http://codereview.chromium.org/5809001/diff/6001/chrome/browser/chromeos/login/existing_user_controller.h File chrome/browser/chromeos/login/existing_user_controller.h (right): http://codereview.chromium.org/5809001/diff/6001/chrome/browser/chromeos/login/existing_user_controller.h#newcode166 chrome/browser/chromeos/login/existing_user_controller.h:166: static ExistingUserController* current_controller_; Yeah one more static pointer to ...
10 years ago (2010-12-14 14:06:18 UTC) #3
whywhat
Working on the test. http://codereview.chromium.org/5809001/diff/6001/chrome/browser/chromeos/login/existing_user_controller.h File chrome/browser/chromeos/login/existing_user_controller.h (right): http://codereview.chromium.org/5809001/diff/6001/chrome/browser/chromeos/login/existing_user_controller.h#newcode166 chrome/browser/chromeos/login/existing_user_controller.h:166: static ExistingUserController* current_controller_; On 2010/12/14 ...
10 years ago (2010-12-16 10:47:52 UTC) #4
whywhat
Added a new user login testcase. Please, take another look.
9 years, 11 months ago (2011-01-12 14:05:56 UTC) #5
Dmitry Polukhin
http://codereview.chromium.org/5809001/diff/22001/chrome/browser/chromeos/login/existing_user_controller_browsertest.cc File chrome/browser/chromeos/login/existing_user_controller_browsertest.cc (right): http://codereview.chromium.org/5809001/diff/22001/chrome/browser/chromeos/login/existing_user_controller_browsertest.cc#newcode32 chrome/browser/chromeos/login/existing_user_controller_browsertest.cc:32: MockLoginPerformerDelegate(ExistingUserController* controller) Please add explicit. http://codereview.chromium.org/5809001/diff/22001/chrome/browser/chromeos/login/existing_user_controller_browsertest.cc#newcode65 chrome/browser/chromeos/login/existing_user_controller_browsertest.cc:65: virtual ~ExistingUserControllerTest() ...
9 years, 11 months ago (2011-01-13 09:17:28 UTC) #6
whywhat
Will send a change for review that removes the flag from session_manager_setup.sh shortly. http://codereview.chromium.org/5809001/diff/22001/chrome/browser/chromeos/login/existing_user_controller_browsertest.cc File ...
9 years, 11 months ago (2011-01-13 10:21:56 UTC) #7
Dmitry Polukhin
9 years, 11 months ago (2011-01-13 10:23:51 UTC) #8
LGTM

Powered by Google App Engine
This is Rietveld 408576698