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

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

Issue 2623033002: [Extensions] Enable sideloading prompt on mac on canary (Closed)
Patch Set: fix channel Created 3 years, 11 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/external_install_manager.h
diff --git a/chrome/browser/extensions/external_install_manager.h b/chrome/browser/extensions/external_install_manager.h
index 99c60cb4d11730a3e09e6167c099b2fec60fd7e5..0f0b73ddff278ffea887ddb534a9d0d77f53dd3a 100644
--- a/chrome/browser/extensions/external_install_manager.h
+++ b/chrome/browser/extensions/external_install_manager.h
@@ -34,6 +34,9 @@ class ExternalInstallManager : public ExtensionRegistryObserver,
bool is_first_run);
~ExternalInstallManager() override;
+ // Returns true if prompting for external extensions is enabled.
+ static bool IsPromptingEnabled();
+
// Removes the error associated with a given extension.
void RemoveExternalInstallError(const std::string& extension_id);
« no previous file with comments | « chrome/browser/extensions/extension_service.cc ('k') | chrome/browser/extensions/external_install_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698