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

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

Issue 24345002: Do not add "Bookmarks File" to ImporterList. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 2 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 | « chrome/browser/importer/importer_list.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/options/import_data_handler.cc
diff --git a/chrome/browser/ui/webui/options/import_data_handler.cc b/chrome/browser/ui/webui/options/import_data_handler.cc
index c87759f0eaf0c682e213c56ee50150d8c03db29e..68bbc914abaaa24195abd94fb2d7b393a5d11bda 100644
--- a/chrome/browser/ui/webui/options/import_data_handler.cc
+++ b/chrome/browser/ui/webui/options/import_data_handler.cc
@@ -73,7 +73,7 @@ void ImportDataHandler::GetLocalizedValues(DictionaryValue* localized_strings) {
void ImportDataHandler::InitializeHandler() {
importer_list_ = new ImporterList();
importer_list_->DetectSourceProfiles(
- g_browser_process->GetApplicationLocale(), this);
+ g_browser_process->GetApplicationLocale(), true, this);
}
void ImportDataHandler::RegisterMessages() {
« no previous file with comments | « chrome/browser/importer/importer_list.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698