Index: chrome/browser/first_run/first_run_win.cc |
diff --git a/chrome/browser/first_run/first_run_win.cc b/chrome/browser/first_run/first_run_win.cc |
index 05c274bd99739bf70def0b3c168bf5be97d11f5e..8699f3c83abf3c01961e7287b5360fe705ed3278 100644 |
--- a/chrome/browser/first_run/first_run_win.cc |
+++ b/chrome/browser/first_run/first_run_win.cc |
@@ -29,7 +29,6 @@ |
#include "chrome/browser/process_singleton.h" |
#include "chrome/browser/profiles/profile.h" |
#include "chrome/browser/shell_integration.h" |
-#include "chrome/browser/ui/startup/default_browser_prompt.h" |
#include "chrome/common/chrome_notification_types.h" |
#include "chrome/common/chrome_paths.h" |
#include "chrome/common/chrome_result_codes.h" |
@@ -550,7 +549,6 @@ void AutoImport( |
process_singleton->Unlock(); |
CreateSentinel(); |
#endif // !defined(USE_AURA) |
- chrome::ShowFirstRunDefaultBrowserPrompt(profile); |
grt (UTC plus 2)
2012/07/05 17:16:09
nice.
motek.
2012/07/05 20:22:26
Thank you.
|
} |
int ImportNow(Profile* profile, const CommandLine& cmdline) { |