Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(833)

Unified Diff: chrome/browser/extensions/startup_helper.cc

Issue 14381004: Two fixes for the limited install from webstore flag. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/extensions/startup_helper.cc
diff --git a/chrome/browser/extensions/startup_helper.cc b/chrome/browser/extensions/startup_helper.cc
index 90fb9384df1fe45898505274b081864455864c56..5f3a90c0d999d848d2876e99f861ae09e932b949 100644
--- a/chrome/browser/extensions/startup_helper.cc
+++ b/chrome/browser/extensions/startup_helper.cc
@@ -322,7 +322,7 @@ void StartupHelper::LimitedInstallFromWebstore(
}
AppInstallHelper* helper = new AppInstallHelper();
- helper->BeginInstall(profile, id, true /*show_prompt*/,
+ helper->BeginInstall(profile, id, false /*show_prompt*/,
base::Bind(&DeleteHelperAndRunCallback,
helper, done_callback));
}

Powered by Google App Engine
This is Rietveld 408576698