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

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

Issue 2800026: Make import from the options menu OOP on Mac OS X.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 6 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/cocoa/import_settings_dialog.mm ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/importer/importer.cc
===================================================================
--- chrome/browser/importer/importer.cc (revision 50726)
+++ chrome/browser/importer/importer.cc (working copy)
@@ -340,11 +340,12 @@
profile_info_ = &profile_info;
items_ = items;
+ ImporterHost::AddRef(); // Balanced in ImporterHost::ImportEnded.
+
import_to_bookmark_bar_ = ShouldImportToBookmarkBar(first_run);
CheckForFirefoxLock(profile_info, items, first_run);
CheckForLoadedModels(items);
- ImporterHost::AddRef(); // Balanced in ImporterHost::ImportEnded.
InvokeTaskIfDone();
}
« no previous file with comments | « chrome/browser/cocoa/import_settings_dialog.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698