Index: chrome/browser/extensions/api/messaging/native_process_launcher.h |
diff --git a/chrome/browser/extensions/api/messaging/native_process_launcher.h b/chrome/browser/extensions/api/messaging/native_process_launcher.h |
index 00172eaa406b13bc6157d435342803243775aa40..d0d3f4395e7b03cde82109e047ad5e2ceb84eded 100644 |
--- a/chrome/browser/extensions/api/messaging/native_process_launcher.h |
+++ b/chrome/browser/extensions/api/messaging/native_process_launcher.h |
@@ -38,6 +38,9 @@ class NativeProcessLauncher { |
base::File read_file, |
base::File write_file)> LaunchedCallback; |
+ // Creates default launcher for the current OS. |native_view| refers to the |
+ // window that contains calling page. Can be nullptr, e.g. for background |
+ // pages. |
static scoped_ptr<NativeProcessLauncher> CreateDefault( |
bool allow_user_level_hosts, |
gfx::NativeView native_view); |