| Index: chrome/browser/themes/theme_service.cc
|
| diff --git a/chrome/browser/themes/theme_service.cc b/chrome/browser/themes/theme_service.cc
|
| index f5c916b1252e7581e2610e47c2abb1b000d088c5..5b8fa92d442938010d78b2162a86462221943a80 100644
|
| --- a/chrome/browser/themes/theme_service.cc
|
| +++ b/chrome/browser/themes/theme_service.cc
|
| @@ -19,8 +19,6 @@
|
| #include "chrome/common/chrome_constants.h"
|
| #include "chrome/common/chrome_notification_types.h"
|
| #include "chrome/common/extensions/extension_manifest_constants.h"
|
| -#include "chrome/common/extensions/manifest_handler.h"
|
| -#include "chrome/common/extensions/manifest_handlers/theme_handler.h"
|
| #include "chrome/common/pref_names.h"
|
| #include "content/public/browser/notification_service.h"
|
| #include "content/public/browser/user_metrics.h"
|
| @@ -92,8 +90,6 @@ void ThemeService::Init(Profile* profile) {
|
| DCHECK(CalledOnValidThread());
|
| profile_ = profile;
|
|
|
| - (new extensions::ThemeHandler)->Register();
|
| -
|
| LoadThemePrefs();
|
|
|
| if (!ready_) {
|
|
|