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

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

Issue 1144033003: Don't install OEM default apps for enterprise users (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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_provider_impl.h
diff --git a/chrome/browser/extensions/external_provider_impl.h b/chrome/browser/extensions/external_provider_impl.h
index 5a69b312981730061daca7f4219c95a12b8f7565..87e0821a04db2b6b84a82db8855b76586bbfb31d 100644
--- a/chrome/browser/extensions/external_provider_impl.h
+++ b/chrome/browser/extensions/external_provider_impl.h
@@ -89,6 +89,11 @@ class ExternalProviderImpl : public ExternalProviderInterface {
const std::string& extension_id,
std::set<std::string>* unsupported_extensions);
+ bool HandleInstalledByOem(const base::DictionaryValue* extension,
+ const std::string& extension_id,
+ std::set<std::string>* unsupported_extensions,
+ int* creation_flags);
+
// Location for external extensions that are provided by this provider from
// local crx files.
const Manifest::Location crx_location_;
« no previous file with comments | « chrome/browser/extensions/extension_service_unittest.cc ('k') | chrome/browser/extensions/external_provider_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698