Index: chrome/installer/util/chrome_app_host_operations.cc |
diff --git a/chrome/installer/util/chrome_app_host_operations.cc b/chrome/installer/util/chrome_app_host_operations.cc |
index 361f952ef10e612e6fbc4a2e4a58bf251e60ece5..b03ce24a194b0c6d58bc429eae330cb29874c0ff 100644 |
--- a/chrome/installer/util/chrome_app_host_operations.cc |
+++ b/chrome/installer/util/chrome_app_host_operations.cc |
@@ -91,7 +91,7 @@ bool ChromeAppHostOperations::SetChannelFlags(const std::set<string16>& options, |
bool ChromeAppHostOperations::ShouldCreateUninstallEntry( |
const std::set<string16>& options) const { |
- return true; |
+ return false; |
} |
void ChromeAppHostOperations::AddDefaultShortcutProperties( |