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

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: Merge 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
« no previous file with comments | « chrome/browser/extensions/extension_system.cc ('k') | chrome/browser/extensions/test_extension_system.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 c2dc47d6db145eb7ec898ef4a7c2a162f4ce68a5..48960c02acb22752cb523e1f39495d4df599d3a3 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;
}
@@ -43,9 +42,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 {}
@@ -55,7 +51,6 @@ class TestExtensionSystem : public ExtensionSystem {
virtual ManagementPolicy* management_policy() OVERRIDE;
virtual UserScriptMaster* user_script_master() OVERRIDE;
virtual ExtensionProcessManager* process_manager() OVERRIDE;
- virtual AlarmManager* alarm_manager() OVERRIDE;
virtual LocationManager* location_manager() OVERRIDE;
virtual StateStore* state_store() OVERRIDE;
virtual StateStore* rules_store() OVERRIDE;
@@ -92,7 +87,6 @@ class TestExtensionSystem : public ExtensionSystem {
scoped_ptr<ManagementPolicy> management_policy_;
scoped_ptr<ExtensionService> extension_service_;
scoped_ptr<ExtensionProcessManager> extension_process_manager_;
- scoped_ptr<AlarmManager> alarm_manager_;
scoped_refptr<LocationManager> location_manager_;
scoped_refptr<ExtensionInfoMap> info_map_;
scoped_ptr<ApiResourceManager<Socket> > socket_manager_;
« no previous file with comments | « chrome/browser/extensions/extension_system.cc ('k') | chrome/browser/extensions/test_extension_system.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698