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

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: Address comments from gab@. 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..4c201ed7cc606bd6345265643e448a953a98f16b 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');
},

Powered by Google App Engine
This is Rietveld 408576698