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

Unified Diff: chrome/browser/ui/webui/settings/reset_settings_handler.h

Issue 1911573003: MD Settings: Reset profile dialog, display settings in new tab. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comments. Created 4 years, 8 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/ui/webui/settings/reset_settings_handler.h
diff --git a/chrome/browser/ui/webui/settings/reset_settings_handler.h b/chrome/browser/ui/webui/settings/reset_settings_handler.h
index fefcea6389f28ca076a35bae5091070ff8ab68d0..ae71801c84f72578ab1181438ad2083275787f88 100644
--- a/chrome/browser/ui/webui/settings/reset_settings_handler.h
+++ b/chrome/browser/ui/webui/settings/reset_settings_handler.h
@@ -53,6 +53,12 @@ class ResetSettingsHandler : public SettingsPageUIHandler {
void HandleResetProfileSettings(const base::ListValue* args);
private:
+ // Retrieves the settings that will be reported, called from Javascript.
+ void HandleGetReportedSettings(const base::ListValue* args);
+
+ // Called once the settings that will be reported have been retrieved.
+ void OnGetReportedSettingsDone(std::string callback_id);
+
// Called when the reset profile dialog is shown.
void OnShowResetProfileDialog(const base::ListValue* args);
@@ -73,9 +79,6 @@ class ResetSettingsHandler : public SettingsPageUIHandler {
void OnResetProfileSettingsDone(std::string callback_id,
bool send_feedback);
- // Sets new values for the feedback area.
- void UpdateFeedbackUI();
-
#if defined(OS_CHROMEOS)
// Will be called when powerwash dialog is shown.
void OnShowPowerwashDialog(const base::ListValue* args);

Powered by Google App Engine
This is Rietveld 408576698