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

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

Issue 2473053004: MD Settings: Add an Import Data BrowserProxy. (Closed)
Patch Set: fix Created 4 years, 1 month 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/settings_import_data_handler.h
diff --git a/chrome/browser/ui/webui/settings/settings_import_data_handler.h b/chrome/browser/ui/webui/settings/settings_import_data_handler.h
index c36bd7723e48cb7acc5230be5d5c2d89897b77a3..68c9c7519e570aaa8550c2257f76e950b3cd7981 100644
--- a/chrome/browser/ui/webui/settings/settings_import_data_handler.h
+++ b/chrome/browser/ui/webui/settings/settings_import_data_handler.h
@@ -41,7 +41,7 @@ class ImportDataHandler : public SettingsPageUIHandler,
void ImportData(const base::ListValue* args);
void InitializeDialog(const base::ListValue* args);
- void SendBrowserProfileData();
+ void SendBrowserProfileData(const std::string& callback_id);
// importer::ImporterProgressObserver:
void ImportStarted() override;

Powered by Google App Engine
This is Rietveld 408576698