diff options
author | tommi@chromium.org <tommi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-01 19:34:39 +0000 |
---|---|---|
committer | tommi@chromium.org <tommi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-01 19:34:39 +0000 |
commit | ecd9aa34054396f135981f369105af51dec02793 (patch) | |
tree | 4285b404d242c0eaede0c2794e9028d5c69cab27 /chrome_frame/utils.h | |
parent | bbf2e8ddf65510e08b2a85a0cd4d64d7be357238 (diff) | |
download | chromium_src-ecd9aa34054396f135981f369105af51dec02793.zip chromium_src-ecd9aa34054396f135981f369105af51dec02793.tar.gz chromium_src-ecd9aa34054396f135981f369105af51dec02793.tar.bz2 |
Adding a little utility function to make logging guids easier
and a dlog to see when we decide that a request is a subframe request.
TEST=Unit test is provided.
BUG=none
Review URL: http://codereview.chromium.org/660289
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40288 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame/utils.h')
-rw-r--r-- | chrome_frame/utils.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome_frame/utils.h b/chrome_frame/utils.h index 440c1b0..16fa836 100644 --- a/chrome_frame/utils.h +++ b/chrome_frame/utils.h @@ -335,6 +335,8 @@ class STAThread : public base::Thread { } }; +std::wstring GuidToString(const GUID& guid); + // The urls retrieved from the IMoniker interface don't contain the anchor // portion of the actual url navigated to. This function checks whether the // url passed in the bho_url parameter contains an anchor and if yes checks |