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

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

Issue 137393008: linux_aura: Port the linux first run dialog to aura. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: msw comments Created 6 years, 11 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/browser/first_run/first_run_internal_posix.cc
diff --git a/chrome/browser/first_run/first_run_internal_posix.cc b/chrome/browser/first_run/first_run_internal_posix.cc
index 550d037b842240d5ff366087749aeea142b0fcae..c400662104149ca51183f2f0cef328460fb1abd2 100644
--- a/chrome/browser/first_run/first_run_internal_posix.cc
+++ b/chrome/browser/first_run/first_run_internal_posix.cc
@@ -25,7 +25,6 @@ void DoPostImportPlatformSpecificTasks(Profile* profile) {
#if !defined(OS_CHROMEOS)
// Aura needs a views implementation of the first run dialog for Linux.
// http://crbug.com/234637
-#if !defined(USE_AURA)
base::FilePath local_state_path;
PathService::Get(chrome::FILE_LOCAL_STATE, &local_state_path);
bool local_state_file_exists = base::PathExists(local_state_path);
@@ -35,7 +34,6 @@ void DoPostImportPlatformSpecificTasks(Profile* profile) {
if (ShowFirstRunDialog(profile))
startup_metric_utils::SetNonBrowserUIDisplayed();
}
-#endif
// If stats reporting was turned on by the first run dialog then toggle
// the pref (on Windows, the download is tagged with enable/disable stats so
« no previous file with comments | « no previous file | chrome/browser/shell_integration_linux.cc » ('j') | chrome/browser/ui/views/first_run_dialog.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698