Index: chrome/browser/ui/startup/startup_browser_creator_impl.h |
diff --git a/chrome/browser/ui/startup/startup_browser_creator_impl.h b/chrome/browser/ui/startup/startup_browser_creator_impl.h |
index 12e269f3e30c242615b185929ad938f7695fcb67..95f17650193173040a74db379890faff9c3d693d 100644 |
--- a/chrome/browser/ui/startup/startup_browser_creator_impl.h |
+++ b/chrome/browser/ui/startup/startup_browser_creator_impl.h |
@@ -78,7 +78,7 @@ class StartupBrowserCreatorImpl { |
// If the process was launched with the web application command line flags, |
// e.g. --app=http://www.google.com/ or --app_id=... return true. |
// In this case |app_url| or |app_id| are populated if they're non-null. |
- bool IsAppLaunch(std::string* app_url, std::string* app_id); |
+ bool IsAppLaunch(Profile* profile, std::string* app_url, std::string* app_id); |
// If IsAppLaunch is true, tries to open an application window. |
// If the app is specified to start in a tab, or IsAppLaunch is false, |