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 91c1edfe26e456b09caaf7c20a3314352b447cbf..6b80ce9b60518d08eb1769344653acceb5a70298 100644 |
--- a/chrome/browser/ui/startup/startup_browser_creator_impl.h |
+++ b/chrome/browser/ui/startup/startup_browser_creator_impl.h |
@@ -85,7 +85,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(Profile* profile, std::string* app_url, std::string* app_id); |
+ bool IsAppLaunch(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, |