Index: chrome/browser/extensions/tab_helper.cc |
diff --git a/chrome/browser/extensions/tab_helper.cc b/chrome/browser/extensions/tab_helper.cc |
index 8f0c4a75aa1d5f67b6823036a39810dbb1565567..f6c1495dc6b799d748b08889e4007b62aa4549e8 100644 |
--- a/chrome/browser/extensions/tab_helper.cc |
+++ b/chrome/browser/extensions/tab_helper.cc |
@@ -355,8 +355,6 @@ void TabHelper::FinishCreateHostedApp( |
if (install_info.title.empty()) |
install_info.title = base::UTF8ToUTF16(install_info.app_url.spec()); |
- 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. |