Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(113)

Unified Diff: chrome/browser/extensions/test_extension_system.h

Issue 14319002: Change AlarmManager to use ProfileKeyedAPI. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: AlarmManager now always owns clock_ Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 {}

Powered by Google App Engine
This is Rietveld 408576698