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

Unified Diff: extensions/browser/extension_util.h

Issue 2758103003: Extensions: Move IsIncognitoEnabled to extensions/ from chrome/. (Closed)
Patch Set: -- Created 3 years, 9 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: extensions/browser/extension_util.h
diff --git a/extensions/browser/extension_util.h b/extensions/browser/extension_util.h
index b3e823350c4a74fa61713054ff92868ebdc73bda..dd0c0e2532e00a28be25aa8c727ff7619b48f614 100644
--- a/extensions/browser/extension_util.h
+++ b/extensions/browser/extension_util.h
@@ -35,6 +35,10 @@ bool SiteHasIsolatedStorage(const GURL& extension_site_url,
// Returns true if the extension can be enabled in incognito mode.
bool CanBeIncognitoEnabled(const Extension* extension);
+// Returns true if |extension_id| can run in an incognito window.
+bool IsIncognitoEnabled(const std::string& extension_id,
+ content::BrowserContext* context);
+
content::StoragePartition* GetStoragePartitionForExtensionId(
const std::string& extension_id,
content::BrowserContext* browser_context);

Powered by Google App Engine
This is Rietveld 408576698