Index: chrome/browser/extensions/tab_helper.cc |
diff --git a/chrome/browser/extensions/tab_helper.cc b/chrome/browser/extensions/tab_helper.cc |
index c38dc4a69635f92719b066cee72978a7941c6c94..f6c1495dc6b799d748b08889e4007b62aa4549e8 100644 |
--- a/chrome/browser/extensions/tab_helper.cc |
+++ b/chrome/browser/extensions/tab_helper.cc |
@@ -355,9 +355,6 @@ void TabHelper::FinishCreateHostedApp( |
if (install_info.title.empty()) |
install_info.title = base::UTF8ToUTF16(install_info.app_url.spec()); |
- install_info.urls.push_back(install_info.app_url); |
- install_info.is_bookmark_app = true; |
- |
// Add the downloaded icons. Extensions only allow certain icon sizes. First |
// populate icons that match the allowed sizes exactly and then downscale |
// remaining icons to the closest allowed size that doesn't yet have an icon. |