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

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

Issue 17115013: Enable AutoImport for Aura. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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 | « no previous file | chrome/browser/first_run/first_run_browsertest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/first_run/first_run.cc
diff --git a/chrome/browser/first_run/first_run.cc b/chrome/browser/first_run/first_run.cc
index a6c908073eedc13e6875d237d6382870f7c9ef12..803a4cbc89589471b0062feed66822f6c784dcf1 100644
--- a/chrome/browser/first_run/first_run.cc
+++ b/chrome/browser/first_run/first_run.cc
@@ -676,7 +676,6 @@ void AutoImport(
int import_items,
int dont_import_items,
const std::string& import_bookmarks_path) {
-#if !defined(USE_AURA)
// Deletes itself.
ImporterHost* importer_host;
// TODO(csilv,mirandac): Out-of-process import has only been qualified on
@@ -768,7 +767,6 @@ void AutoImport(
content::RecordAction(UserMetricsAction("FirstRunDef_Accept"));
-#endif // !defined(USE_AURA)
g_auto_import_state |= AUTO_IMPORT_CALLED;
}
« no previous file with comments | « no previous file | chrome/browser/first_run/first_run_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698