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

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: Got rid of kServiceIsNULLWhileTesting 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..d1f0585ec622fd4bb9831f0beafda6a65995bd40 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;
}
@@ -36,9 +35,6 @@ class TestExtensionSystem : public ExtensionSystem {
// 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