| Index: chrome/browser/extensions/test_extension_system.h
|
| diff --git a/chrome/browser/extensions/test_extension_system.h b/chrome/browser/extensions/test_extension_system.h
|
| index bb845a96d27f7ecbc3c6bfbd2a58ff71e79e4df1..c3e54df315c0c6baac826bd9fe54938f09174a89 100644
|
| --- a/chrome/browser/extensions/test_extension_system.h
|
| +++ b/chrome/browser/extensions/test_extension_system.h
|
| @@ -10,7 +10,6 @@
|
| class CommandLine;
|
|
|
| namespace base {
|
| -class Clock;
|
| class FilePath;
|
| class Time;
|
| }
|
| @@ -28,17 +27,15 @@ class TestExtensionSystem : public ExtensionSystem {
|
|
|
| // Creates an ExtensionService initialized with the testing profile and
|
| // returns it.
|
| - ExtensionService* CreateExtensionService(const CommandLine* command_line,
|
| - const base::FilePath& install_directory,
|
| - bool autoupdate_enabled);
|
| + ExtensionService* CreateExtensionService(
|
| + const CommandLine* command_line,
|
| + const base::FilePath& install_directory,
|
| + bool autoupdate_enabled);
|
|
|
| // Creates an ExtensionProcessManager. If not invoked, the
|
| // ExtensionProcessManager is NULL.
|
| void CreateExtensionProcessManager();
|
|
|
| - // Creates an AlarmManager. Will be NULL otherwise.
|
| - void CreateAlarmManager(base::Clock* clock);
|
| -
|
| void CreateSocketManager();
|
|
|
| virtual void InitForRegularProfile(bool extensions_enabled) OVERRIDE {}
|
|
|