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

Unified Diff: chrome/browser/ui/webui/options2/import_data_handler2.h

Issue 9693032: [uber page] Split up initialization of handlers from initialization of webui pages (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 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/options2/import_data_handler2.h
diff --git a/chrome/browser/ui/webui/options2/import_data_handler2.h b/chrome/browser/ui/webui/options2/import_data_handler2.h
index 712dd5fbbd7d396af274cebc41880934c5010682..2f163318dd4775499680dd5e0b494910aa6fb83b 100644
--- a/chrome/browser/ui/webui/options2/import_data_handler2.h
+++ b/chrome/browser/ui/webui/options2/import_data_handler2.h
@@ -31,6 +31,7 @@ class ImportDataHandler : public OptionsPageUIHandler,
virtual void GetLocalizedValues(
base::DictionaryValue* localized_strings) OVERRIDE;
virtual void Initialize() OVERRIDE;
+ virtual void SendPageValues() OVERRIDE;
// WebUIMessageHandler:
virtual void RegisterMessages() OVERRIDE;
@@ -54,6 +55,7 @@ class ImportDataHandler : public OptionsPageUIHandler,
ImporterHost* importer_host_; // weak
bool import_did_succeed_;
+ bool profiles_loaded_;
Evan Stade 2012/03/13 20:44:50 rather than adding this, expose source_profiles_lo
Dan Beam 2012/03/13 23:01:45 Done.
DISALLOW_COPY_AND_ASSIGN(ImportDataHandler);
};

Powered by Google App Engine
This is Rietveld 408576698