summaryrefslogtreecommitdiffstats
path: root/chrome/browser
diff options
context:
space:
mode:
authorviettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-05 06:46:31 +0000
committerviettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-05 06:46:31 +0000
commit8e7f833b2634e78cda595a00e49ae8dcb261eb8c (patch)
treed0face5379467c67ece73d121df7a76bc22528ff /chrome/browser
parentfff14f6e66a778ee2dc02be1621195355f50333b (diff)
downloadchromium_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')
-rw-r--r--chrome/browser/browsing_instance.cc2
-rw-r--r--chrome/browser/mach_broker_mac.h4
2 files changed, 3 insertions, 3 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.
diff --git a/chrome/browser/mach_broker_mac.h b/chrome/browser/mach_broker_mac.h
index 1827fc9..25e49fd 100644
--- a/chrome/browser/mach_broker_mac.h
+++ b/chrome/browser/mach_broker_mac.h
@@ -62,11 +62,11 @@ class MachBroker : public base::ProcessMetrics::PortProvider,
private:
// Private constructor.
MachBroker();
-
+
// Used to register for notifications received by NotificationObserver.
// Accessed only on the UI thread.
NotificationRegistrar registrar_;
-
+
friend struct DefaultSingletonTraits<MachBroker>;
friend class MachBrokerTest;