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

Issue 8332019: [Sync UI] Disable the "Advanced..." button when there is an unrecoverable sync error. (Closed)

Created:
9 years, 2 months ago by binji
Modified:
9 years, 2 months ago
CC:
chromium-reviews, arv (Not doing code reviews)
Visibility:
Public.

Description

[Sync UI] Disable the "Advanced..." button when there is an unrecoverable sync error. BUG=94976 TEST=Trigger an unrecoverable error. Go to chrome://settings/personal. The advanced button should be disabled. If the error is cleared, the button should be available again. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=107203

Patch Set 1 #

Total comments: 2

Patch Set 2 : " #

Unified diffs Side-by-side diffs Delta from patch set Stats (+11 lines, -0 lines) Patch
M chrome/browser/resources/options/personal_options.js View 2 chunks +5 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/options/personal_options_handler.cc View 1 1 chunk +6 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
binji
9 years, 2 months ago (2011-10-25 17:39:14 UTC) #1
James Hawkins
http://codereview.chromium.org/8332019/diff/1/chrome/browser/ui/webui/options/personal_options_handler.cc File chrome/browser/ui/webui/options/personal_options_handler.cc (right): http://codereview.chromium.org/8332019/diff/1/chrome/browser/ui/webui/options/personal_options_handler.cc#newcode253 chrome/browser/ui/webui/options/personal_options_handler.cc:253: bool has_unrecoverable_error = service->unrecoverable_error_detected(); No need for temp var.
9 years, 2 months ago (2011-10-25 17:50:41 UTC) #2
binji
http://codereview.chromium.org/8332019/diff/1/chrome/browser/ui/webui/options/personal_options_handler.cc File chrome/browser/ui/webui/options/personal_options_handler.cc (right): http://codereview.chromium.org/8332019/diff/1/chrome/browser/ui/webui/options/personal_options_handler.cc#newcode253 chrome/browser/ui/webui/options/personal_options_handler.cc:253: bool has_unrecoverable_error = service->unrecoverable_error_detected(); On 2011/10/25 17:50:41, James Hawkins ...
9 years, 2 months ago (2011-10-25 18:14:33 UTC) #3
James Hawkins
lgtm
9 years, 2 months ago (2011-10-25 18:22:32 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/binji@chromium.org/8332019/1002
9 years, 2 months ago (2011-10-25 19:59:56 UTC) #5
commit-bot: I haz the power
9 years, 2 months ago (2011-10-25 21:15:26 UTC) #6
Change committed as 107203

Powered by Google App Engine
This is Rietveld 408576698