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

Issue 287083003: Multi-profile flag cleanup (Closed)

Created:
6 years, 7 months ago by zel
Modified:
6 years, 7 months ago
Reviewers:
Nikita (slow), sky
CC:
chromium-reviews, dbeam+watch-options_chromium.org, extensions-reviews_chromium.org, sadrul, nkostylev+watch_chromium.org, Ilya Sherman, yoshiki+watch_chromium.org, asvitkine+watch_chromium.org, rginda+watch_chromium.org, ben+ash_chromium.org, oshima+watch_chromium.org, kalyank, chromium-apps-reviews_chromium.org, stevenjb+watch_chromium.org, davemoore+watch_chromium.org, jar (doing other things)
Base URL:
https://chromium.googlesource.com/chromium/src
Visibility:
Public.

Description

Multi-profile flag cleanup. BUG=364604, 351655 TEST=existing tests TBR=sky

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Total comments: 23

Patch Set 4 : #

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+88 lines, -278 lines) Patch
M chrome/browser/chromeos/extensions/wallpaper_private_api_unittest.cc View 1 2 3 2 chunks +0 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/file_manager/file_manager_browsertest.cc View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/chromeos/login/crash_restore_browsertest.cc View 1 2 3 2 chunks +0 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/login/existing_user_controller_browsertest.cc View 1 2 3 14 chunks +13 lines, -25 lines 0 comments Download
M chrome/browser/chromeos/login/kiosk_browsertest.cc View 1 2 3 10 chunks +7 lines, -17 lines 0 comments Download
M chrome/browser/chromeos/login/login_manager_test.cc View 1 2 3 2 chunks +0 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/login/ui/user_adding_screen_browsertest.cc View 1 2 3 2 chunks +0 lines, -6 lines 0 comments Download
M chrome/browser/chromeos/login/users/wallpaper/wallpaper_manager_browsertest.cc View 1 2 3 27 chunks +23 lines, -45 lines 0 comments Download
M chrome/browser/chromeos/login/users/wallpaper/wallpaper_manager_policy_browsertest.cc View 1 2 3 11 chunks +10 lines, -19 lines 0 comments Download
M chrome/browser/chromeos/login/users/wallpaper/wallpaper_manager_unittest.cc View 1 2 3 2 chunks +0 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/preferences_browsertest.cc View 1 2 3 2 chunks +0 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/profiles/profile_helper_browsertest.cc View 1 2 3 5 chunks +4 lines, -15 lines 0 comments Download
M chrome/browser/chromeos/profiles/profile_list_chromeos_unittest.cc View 1 2 1 chunk +0 lines, -4 lines 0 comments Download
M chrome/browser/extensions/api/networking_private/networking_private_apitest.cc View 1 2 3 10 chunks +25 lines, -33 lines 0 comments Download
M chrome/browser/metrics/metrics_log_unittest.cc View 1 2 3 2 chunks +0 lines, -4 lines 0 comments Download
M chrome/browser/notifications/login_state_notification_blocker_chromeos_browsertest.cc View 1 2 3 2 chunks +0 lines, -7 lines 0 comments Download
M chrome/browser/notifications/message_center_settings_controller_unittest.cc View 1 2 3 2 chunks +0 lines, -4 lines 0 comments Download
M chrome/browser/profiles/profile_manager_unittest.cc View 1 2 4 chunks +6 lines, -19 lines 0 comments Download
M chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc View 1 2 1 chunk +0 lines, -3 lines 0 comments Download
M chrome/browser/ui/ash/multi_user/multi_user_context_menu_chromeos_unittest.cc View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/ui/ash/multi_user/multi_user_window_manager_chromeos_unittest.cc View 1 2 3 2 chunks +0 lines, -2 lines 0 comments Download
M chrome/browser/ui/browser_command_controller_unittest.cc View 4 chunks +0 lines, -24 lines 0 comments Download
M chrome/browser/ui/settings_window_manager_browsertest.cc View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/ui/startup/session_crashed_infobar_delegate_unittest.cc View 1 2 3 3 chunks +0 lines, -28 lines 0 comments Download
M chrome/browser/ui/webui/options/chromeos/shared_options_browsertest.cc View 1 2 3 2 chunks +0 lines, -6 lines 0 comments Download
M chrome/common/chrome_switches.h View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M chrome/common/chrome_switches.cc View 1 2 3 1 chunk +0 lines, -3 lines 0 comments Download

Messages

Total messages: 27 (0 generated)
zel
6 years, 7 months ago (2014-05-16 21:34:03 UTC) #1
Nikita (slow)
This is also crbug.com/351655, reassigned to you.
6 years, 7 months ago (2014-05-19 11:00:14 UTC) #2
Nikita (slow)
lgtm https://codereview.chromium.org/287083003/diff/40001/chrome/browser/chromeos/extensions/wallpaper_private_api_unittest.cc File chrome/browser/chromeos/extensions/wallpaper_private_api_unittest.cc (right): https://codereview.chromium.org/287083003/diff/40001/chrome/browser/chromeos/extensions/wallpaper_private_api_unittest.cc#newcode16 chrome/browser/chromeos/extensions/wallpaper_private_api_unittest.cc:16: #include "chrome/common/chrome_switches.h" nit: not used https://codereview.chromium.org/287083003/diff/40001/chrome/browser/chromeos/login/crash_restore_browsertest.cc File chrome/browser/chromeos/login/crash_restore_browsertest.cc ...
6 years, 7 months ago (2014-05-19 14:27:15 UTC) #3
Nikita (slow)
thanks for taking care of this!
6 years, 7 months ago (2014-05-19 14:27:31 UTC) #4
zel
https://codereview.chromium.org/287083003/diff/40001/chrome/browser/chromeos/extensions/wallpaper_private_api_unittest.cc File chrome/browser/chromeos/extensions/wallpaper_private_api_unittest.cc (right): https://codereview.chromium.org/287083003/diff/40001/chrome/browser/chromeos/extensions/wallpaper_private_api_unittest.cc#newcode16 chrome/browser/chromeos/extensions/wallpaper_private_api_unittest.cc:16: #include "chrome/common/chrome_switches.h" On 2014/05/19 14:27:15, Nikita Kostylev wrote: > ...
6 years, 7 months ago (2014-05-19 18:06:27 UTC) #5
zel
+sky for TBR rubber stamp
6 years, 7 months ago (2014-05-19 18:08:39 UTC) #6
zel
The CQ bit was checked by zelidrag@chromium.org
6 years, 7 months ago (2014-05-19 18:08:48 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/zelidrag@chromium.org/287083003/80001
6 years, 7 months ago (2014-05-19 18:09:22 UTC) #8
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). Please consider checking whether the failures are ...
6 years, 7 months ago (2014-05-19 20:44:06 UTC) #9
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 7 months ago (2014-05-19 20:48:06 UTC) #10
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/chromium_presubmit/builds/68471) linux_chromium_chromeos_rel on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/linux_chromium_chromeos_rel/builds/28548)
6 years, 7 months ago (2014-05-19 20:48:06 UTC) #11
zel
The CQ bit was checked by zelidrag@chromium.org
6 years, 7 months ago (2014-05-19 21:30:37 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/zelidrag@chromium.org/287083003/80001
6 years, 7 months ago (2014-05-19 21:31:09 UTC) #13
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). Please consider checking whether the failures are ...
6 years, 7 months ago (2014-05-19 21:52:31 UTC) #14
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 7 months ago (2014-05-19 21:55:49 UTC) #15
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_rel on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/linux_chromium_chromeos_rel/builds/28588) linux_chromium_rel on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/linux_chromium_rel/builds/33016)
6 years, 7 months ago (2014-05-19 21:55:50 UTC) #16
zel
The CQ bit was checked by zelidrag@chromium.org
6 years, 7 months ago (2014-05-20 06:18:26 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/zelidrag@chromium.org/287083003/80001
6 years, 7 months ago (2014-05-20 06:18:57 UTC) #18
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). Please consider checking whether the failures are ...
6 years, 7 months ago (2014-05-20 06:35:08 UTC) #19
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 7 months ago (2014-05-20 06:39:30 UTC) #20
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_rel on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/linux_chromium_chromeos_rel/builds/28767) linux_chromium_clang_dbg on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/linux_chromium_clang_dbg/builds/26653)
6 years, 7 months ago (2014-05-20 06:39:31 UTC) #21
Nikita (slow)
The CQ bit was checked by nkostylev@chromium.org
6 years, 7 months ago (2014-05-20 07:47:40 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/zelidrag@chromium.org/287083003/80001
6 years, 7 months ago (2014-05-20 07:47:48 UTC) #23
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). Please consider checking whether the failures are ...
6 years, 7 months ago (2014-05-20 08:04:57 UTC) #24
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 7 months ago (2014-05-20 08:07:47 UTC) #25
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_clang_dbg on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/linux_chromium_clang_dbg/builds/26671)
6 years, 7 months ago (2014-05-20 08:07:48 UTC) #26
Nikita (slow)
6 years, 7 months ago (2014-05-26 08:07:28 UTC) #27
Rebased version of this CL has been committed in
https://codereview.chromium.org/294033002/

Closing this one.

Powered by Google App Engine
This is Rietveld 408576698