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

Unified Diff: chrome/browser/dom_ui/import_data_handler.h

Issue 3167028: Fix bug in ImportingData Overlay (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: sync Created 10 years, 4 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
« no previous file with comments | « no previous file | chrome/browser/dom_ui/import_data_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/dom_ui/import_data_handler.h
diff --git a/chrome/browser/dom_ui/import_data_handler.h b/chrome/browser/dom_ui/import_data_handler.h
index bd8b72b5ab5bef8ca8d2e691488b525c3336e1ba..85bf9be3a79560226c264a5f9112f331213bd208 100644
--- a/chrome/browser/dom_ui/import_data_handler.h
+++ b/chrome/browser/dom_ui/import_data_handler.h
@@ -24,6 +24,7 @@ class ImportDataHandler : public OptionsPageUIHandler,
virtual void RegisterMessages();
private:
+ void LoadImporter(const ListValue* args);
void DetectSupportedBrowsers();
void ImportData(const ListValue* args);
@@ -34,7 +35,7 @@ class ImportDataHandler : public OptionsPageUIHandler,
virtual void ImportEnded();
// If non-null it means importing is in progress. ImporterHost takes care
- // of deleting itself when done.import.
+ // of deleting itself when done import.
scoped_refptr<ImporterHost> importer_host_;
DISALLOW_COPY_AND_ASSIGN(ImportDataHandler);
« no previous file with comments | « no previous file | chrome/browser/dom_ui/import_data_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698