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

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

Issue 9994005: Separate handler initialization from page initialization (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: move anything that indirectly calls JS to InitializePage Created 8 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/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 14cc2fbc23553b25aeaf6fa64e28d67704764d0c..5975b05625660b96d335001be658112123bcb4ff 100644
--- a/chrome/browser/ui/webui/options2/import_data_handler2.h
+++ b/chrome/browser/ui/webui/options2/import_data_handler2.h
@@ -38,6 +38,7 @@ class ImportDataHandler : public OptionsPageUIHandler,
private:
void ImportData(const base::ListValue* args);
+ void UpdateSupportedBrowsers();
// importer::ImporterListObserver:
virtual void OnSourceProfilesLoaded() OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698