|
|
Created:
6 years, 7 months ago by merkulova Modified:
6 years, 6 months ago CC:
chromium-reviews, stevenjb+watch_chromium.org, nkostylev+watch_chromium.org, oshima+watch_chromium.org Base URL:
svn://svn.chromium.org/chrome/trunk/src Visibility:
Public. |
DescriptionFlag-file added for rollback reset option.
As far as update engine that process Rollback requests requires rootfs verification, we're unable to set usual flag for testing Rollback option.
So existence of /tmp/.enable_rollback_ui file is the new flag for Rollback reset option.
BUG=368860
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=272840
Patch Set 1 #
Total comments: 6
Patch Set 2 : Nits fixed #
Messages
Total messages: 19 (0 generated)
Should I remove usual flag (chromeos_switches) as unused?
On 2014/05/22 08:24:13, merkulova wrote: > Should I remove usual flag (chromeos_switches) as unused? I would recommend leaving the flag since it maybe added to the session_manager_setup.sh for testing and flag file needs to be recreated on each reboot.
lgtm https://codereview.chromium.org/292973005/diff/1/chrome/browser/ui/webui/chro... File chrome/browser/ui/webui/chromeos/login/reset_screen_handler.cc (right): https://codereview.chromium.org/292973005/diff/1/chrome/browser/ui/webui/chro... chrome/browser/ui/webui/chromeos/login/reset_screen_handler.cc:44: static const char kRollbackFlagFile[] = "/tmp/enable_rollback_ui.flag"; nit: /tmp/.enable_rollback_ui https://codereview.chromium.org/292973005/diff/1/chrome/browser/ui/webui/chro... chrome/browser/ui/webui/chromeos/login/reset_screen_handler.cc:133: FROM_HERE, nit: 4 spaces indent https://codereview.chromium.org/292973005/diff/1/chrome/browser/ui/webui/chro... chrome/browser/ui/webui/chromeos/login/reset_screen_handler.cc:159: nit: drop extra empty line
https://codereview.chromium.org/292973005/diff/1/chrome/browser/ui/webui/chro... File chrome/browser/ui/webui/chromeos/login/reset_screen_handler.cc (right): https://codereview.chromium.org/292973005/diff/1/chrome/browser/ui/webui/chro... chrome/browser/ui/webui/chromeos/login/reset_screen_handler.cc:44: static const char kRollbackFlagFile[] = "/tmp/enable_rollback_ui.flag"; On 2014/05/22 09:51:32, Nikita Kostylev wrote: > nit: /tmp/.enable_rollback_ui Done. https://codereview.chromium.org/292973005/diff/1/chrome/browser/ui/webui/chro... chrome/browser/ui/webui/chromeos/login/reset_screen_handler.cc:133: FROM_HERE, On 2014/05/22 09:51:32, Nikita Kostylev wrote: > nit: 4 spaces indent Done. https://codereview.chromium.org/292973005/diff/1/chrome/browser/ui/webui/chro... chrome/browser/ui/webui/chromeos/login/reset_screen_handler.cc:159: On 2014/05/22 09:51:32, Nikita Kostylev wrote: > nit: drop extra empty line Done.
Sending to CQ so that canary is available soon for testing.
The CQ bit was checked by merkulova@chromium.org
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/merkulova@chromium.org/292973005/20001
FYI, CQ is re-trying this CL (attempt #1). Please consider checking whether the failures are real, and report flakes to chrome-troopers@google.com. The failing builders are: android_aosp on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/android_aosp/builds/7...)
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: android_aosp on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/android_aosp/builds/7...)
The CQ bit was checked by merkulova@chromium.org
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/merkulova@chromium.org/292973005/20001
FYI, CQ is re-trying this CL (attempt #1). Please consider checking whether the failures are real, and report flakes to chrome-troopers@google.com. The failing builders are: android_aosp on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/android_aosp/builds/7...)
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: android_aosp on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/android_aosp/builds/7...)
The CQ bit was checked by nkostylev@chromium.org
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/merkulova@chromium.org/292973005/20001
FYI, CQ is re-trying this CL (attempt #1). Please consider checking whether the failures are real, and report flakes to chrome-troopers@google.com. The failing builders are: android_aosp on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/android_aosp/builds/7...)
Message was sent while issue was closed.
Change committed as 272840 |