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

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

Issue 2769383002: Firefox overlay is seen opened even if Import Overlay is Cancelled.
Patch Set: Addressing Review Comments Created 3 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/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 68c9c7519e570aaa8550c2257f76e950b3cd7981..fcaca3182e3601450e057ca04d2dd459e2eeb4dc 100644
--- a/chrome/browser/ui/webui/settings/settings_import_data_handler.h
+++ b/chrome/browser/ui/webui/settings/settings_import_data_handler.h
@@ -39,6 +39,7 @@ class ImportDataHandler : public SettingsPageUIHandler,
uint16_t imported_items);
void ImportData(const base::ListValue* args);
+ void Close(const base::ListValue* args);
void InitializeDialog(const base::ListValue* args);
void SendBrowserProfileData(const std::string& callback_id);

Powered by Google App Engine
This is Rietveld 408576698