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

Unified Diff: content/public/common/content_client.cc

Issue 1377933004: Modify --isolate-extensions to not isolate hosted apps. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@no_isolate_apps3
Patch Set: Fixes from charlie Created 5 years, 2 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 | « content/public/common/content_client.h ('k') | content/public/test/test_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/content_client.cc
diff --git a/content/public/common/content_client.cc b/content/public/common/content_client.cc
index 421a0a335407b9da54c9cd86518c3dcfda34714d..3c8d235fc62df402401d3e2f2cb752bc8a0a1611 100644
--- a/content/public/common/content_client.cc
+++ b/content/public/common/content_client.cc
@@ -112,4 +112,8 @@ bool ContentClient::GetSandboxProfileForSandboxType(
}
#endif
+bool ContentClient::IsSupplementarySiteIsolationModeEnabled() {
+ return false;
+}
+
} // namespace content
« no previous file with comments | « content/public/common/content_client.h ('k') | content/public/test/test_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698