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

Unified Diff: chrome/browser/chromeos/extensions/file_manager_util.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: Windows tests fixed 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
« no previous file with comments | « chrome/browser/background/background_mode_manager.cc ('k') | chrome/browser/extensions/api/app/app_api.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/extensions/file_manager_util.cc
diff --git a/chrome/browser/chromeos/extensions/file_manager_util.cc b/chrome/browser/chromeos/extensions/file_manager_util.cc
index 5d2bf9dd03ff0dbaff120931943bb12ff8249d5a..6e8ef440003ca2ae304a40207ab5fe4c527d0fc8 100644
--- a/chrome/browser/chromeos/extensions/file_manager_util.cc
+++ b/chrome/browser/chromeos/extensions/file_manager_util.cc
@@ -471,8 +471,8 @@ void OpenFileBrowser(const FilePath& path,
GetLaunchContainer(extension, ExtensionPrefs::LAUNCH_DEFAULT);
content::RecordAction(UserMetricsAction("ShowFileBrowserFullTab"));
- application_launch::OpenApplication(
- profile, extension, launch_container, GURL(url), NEW_FOREGROUND_TAB);
+ application_launch::OpenApplication(profile, extension, launch_container,
+ GURL(url), NEW_FOREGROUND_TAB, NULL);
}
void ViewRemovableDrive(const FilePath& path) {
« no previous file with comments | « chrome/browser/background/background_mode_manager.cc ('k') | chrome/browser/extensions/api/app/app_api.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698