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

Unified Diff: chrome/browser/resources/options/reset_profile_settings_overlay.js

Issue 271673006: Eliminate all code related to the AutomaticProfileResetter. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added hard deadline for removing migration code. Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/options/reset_profile_settings_overlay.js
diff --git a/chrome/browser/resources/options/reset_profile_settings_overlay.js b/chrome/browser/resources/options/reset_profile_settings_overlay.js
index 74ccb492dfbb00f526235f76a3d3eee14b7f8080..28bfc68b33251fb467d86ed4a833774824d6ade5 100644
--- a/chrome/browser/resources/options/reset_profile_settings_overlay.js
+++ b/chrome/browser/resources/options/reset_profile_settings_overlay.js
@@ -6,7 +6,6 @@ cr.define('options', function() {
var OptionsPage = options.OptionsPage;
var AutomaticSettingsResetBanner = options.AutomaticSettingsResetBanner;
- var ResetProfileSettingsBanner = options.ResetProfileSettingsBanner;
/**
* ResetProfileSettingsOverlay class
@@ -46,7 +45,6 @@ cr.define('options', function() {
/** @override */
didShowPage: function() {
- ResetProfileSettingsBanner.dismiss();
chrome.send('onShowResetProfileDialog');
},
@@ -72,7 +70,6 @@ cr.define('options', function() {
* operation has terminated.
*/
ResetProfileSettingsOverlay.doneResetting = function() {
- AutomaticSettingsResetBanner.dismiss();
gab 2014/07/30 16:59:25 Don't remove this line, the AutomaticSettingsReset
engedy 2014/07/30 18:29:48 Done.
ResetProfileSettingsOverlay.dismiss();
};

Powered by Google App Engine
This is Rietveld 408576698