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

Unified Diff: chrome/common/chrome_content_client.h

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 | « chrome/browser/site_details_browsertest.cc ('k') | chrome/common/chrome_content_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/chrome_content_client.h
diff --git a/chrome/common/chrome_content_client.h b/chrome/common/chrome_content_client.h
index 09d8018a543cb239d85d503c767e7222f3dbf45a..9a4db246289908f09a9c96a592634d36de8aa75e 100644
--- a/chrome/common/chrome_content_client.h
+++ b/chrome/common/chrome_content_client.h
@@ -81,7 +81,7 @@ class ChromeContentClient : public content::ContentClient {
void AddServiceWorkerSchemes(std::set<std::string>* schemes) override;
- void AddIsolatedSchemes(std::set<std::string>* schemes) override;
+ bool IsSupplementarySiteIsolationModeEnabled() override;
};
#endif // CHROME_COMMON_CHROME_CONTENT_CLIENT_H_
« no previous file with comments | « chrome/browser/site_details_browsertest.cc ('k') | chrome/common/chrome_content_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698