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

Unified Diff: extensions/browser/extension_prefs.h

Issue 695133005: Temporarily disable extensions and sync while a profile is locked - Profiles Approach (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Compiling is awesome Created 6 years, 1 month 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: extensions/browser/extension_prefs.h
diff --git a/extensions/browser/extension_prefs.h b/extensions/browser/extension_prefs.h
index cdfb278d35963e8b7b0de81dfbc8b20eb1e93d4a..7b97c25605bf41f68d2f2671fe8166d0a22036c9 100644
--- a/extensions/browser/extension_prefs.h
+++ b/extensions/browser/extension_prefs.h
@@ -442,6 +442,9 @@ class ExtensionPrefs : public ExtensionScopedPrefs, public KeyedService {
// information.
scoped_ptr<ExtensionsInfo> GetAllDelayedInstallInfo() const;
+ // Returns true if the extension is blocked.
+ bool IsExtensionBlocked(const std::string& id) const;
not at google - send to devlin 2014/11/17 17:04:20 I said in a previous comment there should be no ne
Mike Lerman 2014/11/19 14:54:34 Removed.
+
// Returns true if the extension is an ephemeral app.
bool IsEphemeralApp(const std::string& extension_id) const;

Powered by Google App Engine
This is Rietveld 408576698