| Index: chrome/browser/resources/settings/privacy_page/privacy_page.js
|
| diff --git a/chrome/browser/resources/settings/privacy_page/privacy_page.js b/chrome/browser/resources/settings/privacy_page/privacy_page.js
|
| index 496fd34ba9b6af51736cfb91503dd744354ed4d9..ebcbff77a4db7b7664a2ef9a02f6c0bdc91a6657 100644
|
| --- a/chrome/browser/resources/settings/privacy_page/privacy_page.js
|
| +++ b/chrome/browser/resources/settings/privacy_page/privacy_page.js
|
| @@ -82,7 +82,7 @@ Polymer({
|
|
|
| /** @private */
|
| onDialogClosed_: function() {
|
| - settings.navigateTo(settings.Route.PRIVACY);
|
| + settings.navigateToPreviousRoute();
|
| },
|
|
|
| <if expr="_google_chrome and not chromeos">
|
|
|