| Index: chrome/browser/prefs/browser_prefs.cc
|
| diff --git a/chrome/browser/prefs/browser_prefs.cc b/chrome/browser/prefs/browser_prefs.cc
|
| index 44ff8a8423e123811857325efa7d944325040642..ee7cabdb0d63ab844f48750040b2c44610eb5d9e 100644
|
| --- a/chrome/browser/prefs/browser_prefs.cc
|
| +++ b/chrome/browser/prefs/browser_prefs.cc
|
| @@ -107,7 +107,6 @@
|
| #endif
|
|
|
| #if defined(ENABLE_EXTENSIONS)
|
| -#include "apps/prefs.h"
|
| #include "chrome/browser/extensions/activity_log/activity_log.h"
|
| #include "chrome/browser/extensions/api/commands/command_service.h"
|
| #include "chrome/browser/extensions/api/tabs/tabs_api.h"
|
| @@ -404,7 +403,6 @@ void RegisterProfilePrefs(user_prefs::PrefRegistrySyncable* registry) {
|
| #endif
|
|
|
| #if defined(ENABLE_EXTENSIONS)
|
| - apps::RegisterProfilePrefs(registry);
|
| EasyUnlockService::RegisterProfilePrefs(registry);
|
| extensions::ActivityLog::RegisterProfilePrefs(registry);
|
| extensions::launch_util::RegisterProfilePrefs(registry);
|
|
|