summaryrefslogtreecommitdiffstats
path: root/chrome/browser/shell_integration_unittest.cc
diff options
context:
space:
mode:
authortapted@chromium.org <tapted@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-09-06 04:19:22 +0000
committertapted@chromium.org <tapted@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-09-06 04:19:22 +0000
commitdd5f67e9a6daaaa0911f6558a6566dbc90c536b5 (patch)
treef5d90ea8cea101def697de15b188ed84263378ad /chrome/browser/shell_integration_unittest.cc
parenta3dff28866aa4f0eef4544831fd4372f216a9327 (diff)
downloadchromium_src-dd5f67e9a6daaaa0911f6558a6566dbc90c536b5.zip
chromium_src-dd5f67e9a6daaaa0911f6558a6566dbc90c536b5.tar.gz
chromium_src-dd5f67e9a6daaaa0911f6558a6566dbc90c536b5.tar.bz2
Packaged apps are now enabled by default (and arguments on launcher shortcuts are unlikely to function when chrome is already running), so this extra argument on shortcuts can be dropped.
BUG=146037 TEST=ensure shortcuts for packaged apps are still created (e.g. on desktop), and can execute successfully Review URL: https://chromiumcodereview.appspot.com/10915079 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155118 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/shell_integration_unittest.cc')
-rw-r--r--chrome/browser/shell_integration_unittest.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/browser/shell_integration_unittest.cc b/chrome/browser/shell_integration_unittest.cc
index 31ea4a3..f5b2db0 100644
--- a/chrome/browser/shell_integration_unittest.cc
+++ b/chrome/browser/shell_integration_unittest.cc
@@ -358,7 +358,6 @@ TEST(ShellIntegrationTest, GetDesktopFileContents) {
web_app::GenerateApplicationNameFromURL(GURL(test_cases[i].url)),
GURL(test_cases[i].url),
"",
- false,
FilePath(),
ASCIIToUTF16(test_cases[i].title),
test_cases[i].icon_name,