| Index: chrome/browser/webview/webview_guest.h
|
| diff --git a/chrome/browser/webview/webview_guest.h b/chrome/browser/webview/webview_guest.h
|
| index ff68d608a43fa9bbcca334fb6648d54379f9d80a..487e17fa46fb27bd1e6aec3bfcee33b6c5c8e88c 100644
|
| --- a/chrome/browser/webview/webview_guest.h
|
| +++ b/chrome/browser/webview/webview_guest.h
|
| @@ -47,6 +47,16 @@ class WebViewGuest : public content::WebContentsObserver {
|
|
|
| private:
|
| virtual ~WebViewGuest();
|
| +
|
| + void DispatchEvent(const std::string& event_name,
|
| + scoped_ptr<DictionaryValue> event);
|
| +
|
| + virtual void DidCommitProvisionalLoadForFrame(
|
| + int64 frame_id,
|
| + bool is_main_frame,
|
| + const GURL& url,
|
| + content::PageTransition transition_type,
|
| + content::RenderViewHost* render_view_host) OVERRIDE;
|
| virtual void WebContentsDestroyed(
|
| content::WebContents* web_contents) OVERRIDE;
|
|
|
|
|