diff options
author | koz@chromium.org <koz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-04 02:12:14 +0000 |
---|---|---|
committer | koz@chromium.org <koz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-04 02:12:14 +0000 |
commit | 0456654a270dda5e50a7ee8d58d7e7df07ac6c1c (patch) | |
tree | 15bfda48f1da1a7e52df53e22bfe367ce54c6c24 /chrome/browser/ui/startup/startup_browser_creator_impl.h | |
parent | d3f46ce867559fe47e6ae589f0d03a1bb0ca7e21 (diff) | |
download | chromium_src-0456654a270dda5e50a7ee8d58d7e7df07ac6c1c.zip chromium_src-0456654a270dda5e50a7ee8d58d7e7df07ac6c1c.tar.gz chromium_src-0456654a270dda5e50a7ee8d58d7e7df07ac6c1c.tar.bz2 |
Allow --app-list to be used in conjunction with --incognito for v1 apps.
BUG=177604
Review URL: https://chromiumcodereview.appspot.com/12380047
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@185825 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/ui/startup/startup_browser_creator_impl.h')
-rw-r--r-- | chrome/browser/ui/startup/startup_browser_creator_impl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/ui/startup/startup_browser_creator_impl.h b/chrome/browser/ui/startup/startup_browser_creator_impl.h index 91c1edf..6b80ce9 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, |