summaryrefslogtreecommitdiffstats
path: root/chrome/browser/browsing_instance.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/browsing_instance.cc')
-rw-r--r--chrome/browser/browsing_instance.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/browsing_instance.cc b/chrome/browser/browsing_instance.cc
index 22c6ab5..41a3abc 100644
--- a/chrome/browser/browsing_instance.cc
+++ b/chrome/browser/browsing_instance.cc
@@ -22,7 +22,7 @@ bool BrowsingInstance::ShouldUseProcessPerSite(const GURL& url) {
const CommandLine& command_line = *CommandLine::ForCurrentProcess();
if (command_line.HasSwitch(switches::kProcessPerSite))
return true;
-
+
if (url.SchemeIs(chrome::kExtensionScheme)) {
// Always consolidate extensions regardless of the command line, because
// they will break if split into multiple processes.