| Index: chrome/browser/web_app_launcher.h
|
| ===================================================================
|
| --- chrome/browser/web_app_launcher.h (revision 5374)
|
| +++ chrome/browser/web_app_launcher.h (working copy)
|
| @@ -16,10 +16,10 @@
|
| public:
|
| // Queries Gears for the name of the app, and when Gears callsback with the
|
| // response creates a WebApp and Browser.
|
| - static void Launch(Profile* profile, const GURL& url, int show_command);
|
| + static void Launch(Profile* profile, const GURL& url);
|
|
|
| private:
|
| - WebAppLauncher(Profile* profile, const GURL& url, int show_command);
|
| + WebAppLauncher(Profile* profile, const GURL& url);
|
|
|
| // Invoked from the Launch method. Queries Gears for the apps. Gears callback
|
| // to OnGotApps.
|
| @@ -34,9 +34,6 @@
|
| // URL of the app.
|
| const GURL url_;
|
|
|
| - // How to show the app.
|
| - const int show_command_;
|
| -
|
| DISALLOW_EVIL_CONSTRUCTORS(WebAppLauncher);
|
| };
|
|
|
|
|