diff options
author | viettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-05 06:46:31 +0000 |
---|---|---|
committer | viettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-05 06:46:31 +0000 |
commit | 8e7f833b2634e78cda595a00e49ae8dcb261eb8c (patch) | |
tree | d0face5379467c67ece73d121df7a76bc22528ff /chrome/browser/browsing_instance.cc | |
parent | fff14f6e66a778ee2dc02be1621195355f50333b (diff) | |
download | chromium_src-8e7f833b2634e78cda595a00e49ae8dcb261eb8c.zip chromium_src-8e7f833b2634e78cda595a00e49ae8dcb261eb8c.tar.gz chromium_src-8e7f833b2634e78cda595a00e49ae8dcb261eb8c.tar.bz2 |
Whitespace change to trigger bots.
TBR=viettrungluu@chromium.org
Review URL: http://codereview.chromium.org/2670004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49004 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/browsing_instance.cc')
-rw-r--r-- | chrome/browser/browsing_instance.cc | 2 |
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. |