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

Unified Diff: chrome/common/extensions/extension_process_policy.h

Issue 2850793005: Remove command line/field trial support and configs for Isolate Extensions. (Closed)
Patch Set: Remove unused headers from extension_process_policy.h Created 3 years, 8 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: chrome/common/extensions/extension_process_policy.h
diff --git a/chrome/common/extensions/extension_process_policy.h b/chrome/common/extensions/extension_process_policy.h
index 820a36077ab2a562ea0561544a30d2d6dc81e75a..232348377e904f19b162af36c43ecf1903f2284e 100644
--- a/chrome/common/extensions/extension_process_policy.h
+++ b/chrome/common/extensions/extension_process_policy.h
@@ -29,9 +29,6 @@ bool CrossesExtensionProcessBoundary(
const GURL& new_url,
bool should_consider_workaround);
-// Check if extensions are running in Site Isolation mode.
-bool IsIsolateExtensionsEnabled();
-
} // namespace extensions
#endif // CHROME_COMMON_EXTENSIONS_EXTENSION_PROCESS_POLICY_H_

Powered by Google App Engine
This is Rietveld 408576698