Index: athena/extensions/public/extensions_delegate.h |
diff --git a/athena/extensions/public/extensions_delegate.h b/athena/extensions/public/extensions_delegate.h |
index 394ea827467e4b43a2d91b8ca3b21115c31961fa..f765d9e058ad6b2108300421380992ec5aa34360 100644 |
--- a/athena/extensions/public/extensions_delegate.h |
+++ b/athena/extensions/public/extensions_delegate.h |
@@ -29,6 +29,10 @@ class ATHENA_EXPORT ExtensionsDelegate { |
static void CreateExtensionsDelegateForShell( |
content::BrowserContext* context); |
+ // Creates the extension delegate for chrome environment. |
+ static void CreateExtensionsDelegateForChrome( |
+ content::BrowserContext* context); |
+ |
// Creates the extension delegate for test environment. |
static void CreateExtensionsDelegateForTest(); |
@@ -46,6 +50,7 @@ class ATHENA_EXPORT ExtensionsDelegate { |
// Starts an application. Returns true if the application was |
// successfully started. |
+ // TODO(oshima): Add source type. |
Yoyo Zhou
2014/08/29 22:23:29
What is meant by 'source type'?
oshima
2014/08/29 23:25:26
There is c/b/ui/ash/launcher/chrome_launcher_types
|
virtual bool LaunchApp(const std::string& app_id) = 0; |
// Unload an application. Returns true if the application was |