Commit d903c696 authored by Alexander Alekseev's avatar Alexander Alekseev Committed by Commit Bot

Chrome OS: Sync settings screen should not have "Back" button.

Remove "Back" button after UI review.

Bug: 805505
Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation
Change-Id: I95e343cd0e0626e39b2b8b3919ca5a773f25a2dc
Reviewed-on: https://chromium-review.googlesource.com/884436Reviewed-by: default avatarWenzhao (Colin) Zang <wzang@chromium.org>
Commit-Queue: Alexander Alekseev <alemate@chromium.org>
Cr-Commit-Position: refs/heads/master@{#531726}
parent 5d01e266
...@@ -126,9 +126,7 @@ ...@@ -126,9 +126,7 @@
[[i18nDynamic(locale, 'syncConsentSettingsStatusSyncAllOff')]] [[i18nDynamic(locale, 'syncConsentSettingsStatusSyncAllOff')]]
</div> </div>
</div> </div>
<div class="bottom-buttons layout horizontal justified"> <div class="bottom-buttons layout horizontal end-justified">
<oobe-back-button on-tap="onSettingsBack_">
</oobe-back-button>
<oobe-text-button inverse on-tap="onSettingsSaveAndContinue_"> <oobe-text-button inverse on-tap="onSettingsSaveAndContinue_">
<div> <div>
[[i18nDynamic(locale, 'syncConsentSettingsSaveAndContinue')]] [[i18nDynamic(locale, 'syncConsentSettingsSaveAndContinue')]]
......
...@@ -42,15 +42,6 @@ Polymer({ ...@@ -42,15 +42,6 @@ Polymer({
return activeSectionName != thisSectionName; return activeSectionName != thisSectionName;
}, },
/**
* This is 'on-tap' event handler for 'Back' button of Settings section.
* @private
*/
onSettingsBack_: function() {
this.activeSection_ = 'overview';
this.focus();
},
/** /**
* This updates link to 'Settings' section on locale change. * This updates link to 'Settings' section on locale change.
* @param {string} locale The UI language used. * @param {string} locale The UI language used.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment