| Index: chrome/browser/ui/browser.cc
|
| ===================================================================
|
| --- chrome/browser/ui/browser.cc (revision 143232)
|
| +++ chrome/browser/ui/browser.cc (working copy)
|
| @@ -131,7 +131,6 @@
|
| #include "chrome/browser/ui/web_applications/web_app_ui.h"
|
| #include "chrome/browser/ui/webui/feedback_ui.h"
|
| #include "chrome/browser/ui/webui/ntp/app_launcher_handler.h"
|
| -#include "chrome/browser/ui/webui/ntp/new_tab_page_handler.h"
|
| #include "chrome/browser/ui/webui/options2/content_settings_handler2.h"
|
| #include "chrome/browser/ui/webui/signin/login_ui_service.h"
|
| #include "chrome/browser/ui/webui/signin/login_ui_service_factory.h"
|
| @@ -565,10 +564,6 @@
|
| // Reset the preference so we don't call it again for subsequent windows.
|
| local_state->ClearPref(prefs::kAutofillPersonalDataManagerFirstRun);
|
| }
|
| -
|
| - // Permanently dismiss ntp4 bubble for new users.
|
| - if (first_run::IsChromeFirstRun())
|
| - NewTabPageHandler::DismissIntroMessage(local_state);
|
| }
|
|
|
| void Browser::SetWindowForTesting(BrowserWindow* window) {
|
|
|