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

Unified Diff: chrome/browser/extensions/platform_app_launcher.h

Issue 10834383: Chrome OS "open with" picker allowing Web Intents (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: TaskType enum Created 8 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: chrome/browser/extensions/platform_app_launcher.h
diff --git a/chrome/browser/extensions/platform_app_launcher.h b/chrome/browser/extensions/platform_app_launcher.h
index 2a8a6b903dba9f86f967274d4e9b3a32ca30b0ac..de2e68cc9ece682b26348871abef6c13c14ec0da 100644
--- a/chrome/browser/extensions/platform_app_launcher.h
+++ b/chrome/browser/extensions/platform_app_launcher.h
@@ -26,6 +26,12 @@ void LaunchPlatformApp(Profile* profile,
const CommandLine* command_line,
const FilePath& current_directory);
+// Launches the platform app |extension| at the specific |file_path| given. This
+// path may be empty, in which case the app is launched without launch data.
benwells 2012/08/30 08:09:03 Let's change this so it needs a path, that feels a
thorogood 2012/08/31 01:27:32 Done.
+void LaunchPlatformAppWithPath(Profile* profile,
+ const Extension* extension,
+ const FilePath& file_path);
+
// Launches the platform app |extension| with the supplied web intent. Creates
// appropriate launch data for the |web_intent_data| field present. |extension|
// and |profile| must not be NULL.

Powered by Google App Engine
This is Rietveld 408576698