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

Unified Diff: athena/content/public/app_registry.h

Issue 501093003: Consolidate AppControllDelegate to ExtensionsDelegate (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 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: athena/content/public/app_registry.h
diff --git a/athena/content/public/app_registry.h b/athena/content/public/app_registry.h
index c296f2e3b780c2f80746355519747b73a4789609..095beba24851775485e849603bd581c49454e3b8 100644
--- a/athena/content/public/app_registry.h
+++ b/athena/content/public/app_registry.h
@@ -19,7 +19,6 @@ class BrowserContext;
namespace athena {
class AppActivityRegistry;
-class AppContentControlDelegate;
class AppRegistryImpl;
// This class holds for each application, held by a user, a list of activities.
@@ -37,14 +36,6 @@ class ATHENA_EXPORT AppRegistry {
// Shuts down the registry (all applications should be shut down by then).
static void ShutDown();
- // Overrides the used AppContentDelegate. This function will own it
- // afterwards. A value of NULL is invalid.
- virtual void SetDelegate(AppContentControlDelegate* delegate) = 0;
-
- // Retrieves the application content delegate. The ownership remains with this
- // class.
- virtual AppContentControlDelegate* GetDelegate() = 0;
-
// Returns an |AppActivityRegistry| for a given activity |app_id| and
// |browser_context|.
virtual AppActivityRegistry* GetAppActivityRegistry(
« no previous file with comments | « athena/content/public/app_content_control_delegate.h ('k') | athena/content/shell/content_activity_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698