Fix documentation error.

git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@720 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
Marshall Greenblatt
2012-06-28 20:37:33 +00:00
parent 0c81037621
commit e3ce676b0f

View File

@ -123,7 +123,9 @@ class CefBrowser : public virtual CefBase {
/*--cef()--*/
virtual bool IsPopup() =0;
///
// Returns true if a document has been loaded in the browser.
///
/*--cef()--*/
virtual bool HasDocument() =0;