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

Unified Diff: chrome/browser/ui/webui/options/import_data_handler.h

Issue 24195005: Fix ImportDataHandler crash. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 3 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/options/import_data_handler.h
diff --git a/chrome/browser/ui/webui/options/import_data_handler.h b/chrome/browser/ui/webui/options/import_data_handler.h
index 08ca902ebf1890cef4e9b0b9b7937a132884263d..26330596aae831f4cdbef6772b2aba6cb9eb9349 100644
--- a/chrome/browser/ui/webui/options/import_data_handler.h
+++ b/chrome/browser/ui/webui/options/import_data_handler.h
@@ -38,6 +38,9 @@ class ImportDataHandler : public OptionsPageUIHandler,
virtual void RegisterMessages() OVERRIDE;
private:
+ void StartImport(const importer::SourceProfile& source_profile,
+ uint16 imported_items);
+
void ImportData(const base::ListValue* args);
// importer::ImporterListObserver:

Powered by Google App Engine
This is Rietveld 408576698