diff options
author | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-05 18:29:56 +0000 |
---|---|---|
committer | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-05 18:29:56 +0000 |
commit | e1f34499ce79eca58e76e9ea1bdeef2402eb4607 (patch) | |
tree | 50c640a884a0a8e14e2dfcd9d99e71f66df9100c /webkit/glue/webframe.h | |
parent | a023701ae0919ac47093e660bb400c6b87408460 (diff) | |
download | chromium_src-e1f34499ce79eca58e76e9ea1bdeef2402eb4607.zip chromium_src-e1f34499ce79eca58e76e9ea1bdeef2402eb4607.tar.gz chromium_src-e1f34499ce79eca58e76e9ea1bdeef2402eb4607.tar.bz2 |
Reverting 11002.
Review URL: http://codereview.chromium.org/39203
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11008 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/glue/webframe.h')
-rw-r--r-- | webkit/glue/webframe.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/webkit/glue/webframe.h b/webkit/glue/webframe.h index 4a0cf01..37eea8a 100644 --- a/webkit/glue/webframe.h +++ b/webkit/glue/webframe.h @@ -114,11 +114,11 @@ class WebFrame { // lacks a history item. Otherwise, this will always be true. virtual bool HasCurrentHistoryState() const = 0; - // Returns the current URL of the frame, or an empty GURL if there is no + // Returns the current URL of the frame, or the empty string if there is no // URL to retrieve (for example, the frame may never have had any content). virtual GURL GetURL() const = 0; - // Returns the URL to the favorite icon for the frame. An empty GURL is + // Returns the URL to the favorite icon for the frame. An empty string is // returned if the frame has not finished loading, or the frame's URL // protocol is not http or https. virtual GURL GetFavIconURL() const = 0; |