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

Unified Diff: athena/extensions/public/extensions_delegate.h

Issue 514293003: Run athena on chrome (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase 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/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

Powered by Google App Engine
This is Rietveld 408576698