| Index: chrome/browser/extensions/platform_app_launcher.cc
|
| diff --git a/chrome/browser/extensions/platform_app_launcher.cc b/chrome/browser/extensions/platform_app_launcher.cc
|
| index a883e66a7efd3d996ef1af83a55b8b0026f1fc24..46daa89e85c76bb1092ff82b040b9c355f5704df 100644
|
| --- a/chrome/browser/extensions/platform_app_launcher.cc
|
| +++ b/chrome/browser/extensions/platform_app_launcher.cc
|
| @@ -107,10 +107,7 @@ class PlatformAppPathLauncher
|
| PlatformAppPathLauncher(Profile* profile,
|
| const Extension* extension,
|
| const base::FilePath& file_path)
|
| - : profile_(profile),
|
| - extension_(extension),
|
| - file_path_(file_path),
|
| - handler_id_("") {}
|
| + : profile_(profile), extension_(extension), file_path_(file_path) {}
|
|
|
| void Launch() {
|
| DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
|
|
|