| Index: chrome/browser/profiles/profile_impl.cc
|
| diff --git a/chrome/browser/profiles/profile_impl.cc b/chrome/browser/profiles/profile_impl.cc
|
| index a71062b5e75c34c8b03f40dc77b22739278025a7..f5bb9c50c11291fcfa411cfd1b5322c773a3272d 100644
|
| --- a/chrome/browser/profiles/profile_impl.cc
|
| +++ b/chrome/browser/profiles/profile_impl.cc
|
| @@ -43,7 +43,6 @@
|
| #include "chrome/browser/geolocation/chrome_geolocation_permission_context.h"
|
| #include "chrome/browser/history/shortcuts_backend.h"
|
| #include "chrome/browser/history/top_sites.h"
|
| -#include "chrome/browser/instant/instant_controller.h"
|
| #include "chrome/browser/metrics/metrics_service.h"
|
| #include "chrome/browser/net/chrome_url_request_context.h"
|
| #include "chrome/browser/net/net_pref_observer.h"
|
| @@ -372,8 +371,6 @@ void ProfileImpl::DoFinalInit(bool is_new_profile) {
|
| g_browser_process->background_mode_manager()->RegisterProfile(this);
|
| }
|
|
|
| - InstantController::RecordMetrics(this);
|
| -
|
| FilePath cookie_path = GetPath();
|
| cookie_path = cookie_path.Append(chrome::kCookieFilename);
|
| FilePath server_bound_cert_path = GetPath();
|
|
|