webContents: removing getFavicon api

This commit is contained in:
deepak1556 2015-05-04 13:39:13 +05:30
parent 06834b723b
commit 22c50d0800
5 changed files with 0 additions and 24 deletions

View file

@ -49,7 +49,6 @@ class WebContents : public mate::EventEmitter,
bool IsAlive() const;
void LoadURL(const GURL& url, const mate::Dictionary& options);
base::string16 GetTitle() const;
gfx::Image GetFavicon() const;
bool IsLoading() const;
bool IsWaitingForResponse() const;
void Stop();