diff options
author | creis@chromium.org <creis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-11 17:58:59 +0000 |
---|---|---|
committer | creis@chromium.org <creis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-11 17:58:59 +0000 |
commit | f88628d0ca2b41b63573b308f8fc436df053c614 (patch) | |
tree | 0811a68efcb23523fa99a4eb92eb1aabc4b9f493 /content/browser/site_instance_impl.h | |
parent | 05e845da548b788df885ac7832edfaee4b8d784c (diff) | |
download | chromium_src-f88628d0ca2b41b63573b308f8fc436df053c614.zip chromium_src-f88628d0ca2b41b63573b308f8fc436df053c614.tar.gz chromium_src-f88628d0ca2b41b63573b308f8fc436df053c614.tar.bz2 |
Clean up SiteInstance::HasWrongProcessForURL and documentation.
BUG=159974
TEST=No visible behavior change.
Review URL: https://chromiumcodereview.appspot.com/11359135
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@167127 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/browser/site_instance_impl.h')
-rw-r--r-- | content/browser/site_instance_impl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/site_instance_impl.h b/content/browser/site_instance_impl.h index 10b92cf..1f15e59 100644 --- a/content/browser/site_instance_impl.h +++ b/content/browser/site_instance_impl.h @@ -42,7 +42,7 @@ class CONTENT_EXPORT SiteInstanceImpl : public SiteInstance, // Returns whether this SiteInstance has a process that is the wrong type for // the given URL. If so, the browser should force a process swap when // navigating to the URL. - bool HasWrongProcessForURL(const GURL& url) const; + bool HasWrongProcessForURL(const GURL& url); // Sets the factory used to create new RenderProcessHosts. This will also be // passed on to SiteInstances spawned by this one. |