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

Unified Diff: chrome/browser/extensions/api/copresence_private/copresence_private_api.h

Issue 1134733002: Enable copresencePrivate API in incognito mode (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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/api/copresence_private/copresence_private_api.h
diff --git a/chrome/browser/extensions/api/copresence_private/copresence_private_api.h b/chrome/browser/extensions/api/copresence_private/copresence_private_api.h
index e783e098e2d347c18b71bbe3440c20fc6f71fc7b..3be29040c1905b8eb9c581c08ebae68a08db6b0f 100644
--- a/chrome/browser/extensions/api/copresence_private/copresence_private_api.h
+++ b/chrome/browser/extensions/api/copresence_private/copresence_private_api.h
@@ -41,6 +41,7 @@ class CopresencePrivateService final : public BrowserContextKeyedAPI {
friend class BrowserContextKeyedAPIFactory<CopresencePrivateService>;
// BrowserContextKeyedAPI implementation.
+ static const bool kServiceRedirectedInIncognito = true;
static const char* service_name() { return "CopresencePrivateService"; }
bool initialized_;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698