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

Unified Diff: apps/app_restore_service.h

Issue 15517005: Remove references to Profile from browser_context_keyed_service. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase & style Created 7 years, 7 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 | « no previous file | apps/app_restore_service_factory.h » ('j') | tools/valgrind/memcheck/suppressions.txt » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: apps/app_restore_service.h
diff --git a/apps/app_restore_service.h b/apps/app_restore_service.h
index 32c5738f3319d638e0591d89793b3c337a9a9d3c..97dcd88dedb8d07d825cf29807aa76329c015df8 100644
--- a/apps/app_restore_service.h
+++ b/apps/app_restore_service.h
@@ -29,7 +29,7 @@ using extensions::app_file_handler_util::SavedFileEntry;
namespace apps {
// Tracks what apps need to be restarted when the browser restarts.
-class AppRestoreService : public ProfileKeyedService,
+class AppRestoreService : public BrowserContextKeyedService,
public content::NotificationObserver,
public extensions::ShellWindowRegistry::Observer {
public:
@@ -54,7 +54,7 @@ class AppRestoreService : public ProfileKeyedService,
virtual void OnShellWindowIconChanged(ShellWindow* shell_window) OVERRIDE;
virtual void OnShellWindowRemoved(ShellWindow* shell_window) OVERRIDE;
- // ProfileKeyedService.
+ // BrowserContextKeyedService.
virtual void Shutdown() OVERRIDE;
void RecordAppStart(const std::string& extension_id);
« no previous file with comments | « no previous file | apps/app_restore_service_factory.h » ('j') | tools/valgrind/memcheck/suppressions.txt » ('J')

Powered by Google App Engine
This is Rietveld 408576698