summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/platform_app_launcher.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/extensions/platform_app_launcher.cc')
-rw-r--r--chrome/browser/extensions/platform_app_launcher.cc5
1 files changed, 1 insertions, 4 deletions
diff --git a/chrome/browser/extensions/platform_app_launcher.cc b/chrome/browser/extensions/platform_app_launcher.cc
index a883e66..46daa89 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));