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

Unified Diff: chrome/browser/extensions/extension_install_prompt.h

Issue 10834082: Pass through Extension::FROM_WEBSTORE to Extension::Create when installing an (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: remove IWYU import fix, could cause cherry-pick problems if we do that Created 8 years, 5 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/extension_install_prompt.h
diff --git a/chrome/browser/extensions/extension_install_prompt.h b/chrome/browser/extensions/extension_install_prompt.h
index 632cdb3318bca8d953374c0d2bb0aa27aac5b375..059fab7018d753a6c07beece07d4764843aa7eef 100644
--- a/chrome/browser/extensions/extension_install_prompt.h
+++ b/chrome/browser/extensions/extension_install_prompt.h
@@ -159,6 +159,7 @@ class ExtensionInstallPrompt : public ImageLoadingTracker::Observer,
// description with the localizations if provided.
static scoped_refptr<extensions::Extension> GetLocalizedExtensionForDisplay(
const base::DictionaryValue* manifest,
+ int flags, // Extension::InitFromValueFlags
const std::string& id,
const std::string& localized_name,
const std::string& localized_description,

Powered by Google App Engine
This is Rietveld 408576698