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

Unified Diff: chrome/browser/importer/importer.cc

Issue 6979007: Many fixes to bookmark importing. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Happy tests =) Created 9 years, 7 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.h ('k') | chrome/browser/importer/importer_bridge.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/importer/importer.cc
diff --git a/chrome/browser/importer/importer.cc b/chrome/browser/importer/importer.cc
index 7bbc3df43d18a9c6616c0dcd9ce8ae727e9793ed..68a8fe9bf9b5b48574d0c2714a1e2143110f7fb9 100644
--- a/chrome/browser/importer/importer.cc
+++ b/chrome/browser/importer/importer.cc
@@ -16,10 +16,7 @@ void Importer::Cancel() {
cancelled_ = true;
}
-Importer::Importer()
- : import_to_bookmark_bar_(false),
- bookmark_bar_disabled_(false),
- cancelled_(false) {
+Importer::Importer() : cancelled_(false) {
}
Importer::~Importer() {
« no previous file with comments | « chrome/browser/importer/importer.h ('k') | chrome/browser/importer/importer_bridge.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698