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

Unified Diff: chrome/utility/importer/ie_importer_win.cc

Issue 2253953003: Disable AutoImport: experiment and histogram for analysis. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Counts empty histories as well Created 4 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
Index: chrome/utility/importer/ie_importer_win.cc
diff --git a/chrome/utility/importer/ie_importer_win.cc b/chrome/utility/importer/ie_importer_win.cc
index 7e06583d7feba32736b9ff2b440835d22b30e395..567762bc4211d18544719236dbd78a8b01304e1e 100644
--- a/chrome/utility/importer/ie_importer_win.cc
+++ b/chrome/utility/importer/ie_importer_win.cc
@@ -560,7 +560,7 @@ void IEImporter::ImportHistory() {
rows.push_back(row);
}
- if (!rows.empty() && !cancelled()) {
+ if (!cancelled()) {
sky 2016/08/30 20:34:37 no {}
bridge_->SetHistoryItems(rows, importer::VISIT_SOURCE_IE_IMPORTED);
}
}

Powered by Google App Engine
This is Rietveld 408576698