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

Side by Side Diff: chrome/common/extensions/extension_process_policy.h

Issue 2850793005: Remove command line/field trial support and configs for Isolate Extensions. (Closed)
Patch Set: Rebase. Created 3 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 unified diff | Download patch
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_COMMON_EXTENSIONS_EXTENSION_PROCESS_POLICY_H_ 5 #ifndef CHROME_COMMON_EXTENSIONS_EXTENSION_PROCESS_POLICY_H_
6 #define CHROME_COMMON_EXTENSIONS_EXTENSION_PROCESS_POLICY_H_ 6 #define CHROME_COMMON_EXTENSIONS_EXTENSION_PROCESS_POLICY_H_
7 7
8 class GURL; 8 class GURL;
9 9
10 namespace extensions { 10 namespace extensions {
(...skipping 11 matching lines...) Expand all
22 // extension URL). 22 // extension URL).
23 // We temporarily consider a workaround where we will keep non-app URLs in 23 // We temporarily consider a workaround where we will keep non-app URLs in
24 // an app process, but only if |should_consider_workaround| is true. See 24 // an app process, but only if |should_consider_workaround| is true. See
25 // http://crbug.com/59285. 25 // http://crbug.com/59285.
26 bool CrossesExtensionProcessBoundary( 26 bool CrossesExtensionProcessBoundary(
27 const ExtensionSet& extensions, 27 const ExtensionSet& extensions,
28 const GURL& old_url, 28 const GURL& old_url,
29 const GURL& new_url, 29 const GURL& new_url,
30 bool should_consider_workaround); 30 bool should_consider_workaround);
31 31
32 // Check if extensions are running in Site Isolation mode.
33 bool IsIsolateExtensionsEnabled();
34
35 } // namespace extensions 32 } // namespace extensions
36 33
37 #endif // CHROME_COMMON_EXTENSIONS_EXTENSION_PROCESS_POLICY_H_ 34 #endif // CHROME_COMMON_EXTENSIONS_EXTENSION_PROCESS_POLICY_H_
OLDNEW
« no previous file with comments | « chrome/common/chrome_content_client.cc ('k') | chrome/common/extensions/extension_process_policy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698