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

Unified Diff: chrome/browser/extensions/api/omnibox/omnibox_api.cc

Issue 10332071: Pass command line arguments onto platform apps which provide the right intent. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Browser cleanup Created 8 years, 7 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/api/omnibox/omnibox_api.cc
diff --git a/chrome/browser/extensions/api/omnibox/omnibox_api.cc b/chrome/browser/extensions/api/omnibox/omnibox_api.cc
index e0a59b566ffd7184a3b953a955fdf84193fda666..248b13658388df52a069b4ea2e1aa1f24f80c3e5 100644
--- a/chrome/browser/extensions/api/omnibox/omnibox_api.cc
+++ b/chrome/browser/extensions/api/omnibox/omnibox_api.cc
@@ -321,7 +321,7 @@ void LaunchAppFromOmnibox(const AutocompleteMatch& match,
extension, ExtensionPrefs::LAUNCH_REGULAR);
application_launch::OpenApplication(profile, extension, launch_container,
- GURL(), disposition);
+ GURL(), disposition, NULL);
}
} // namespace extensions

Powered by Google App Engine
This is Rietveld 408576698