~chrisccoulson/oxide/lp1504853

« back to all changes in this revision

Viewing changes to shared/browser/oxide_web_view_client.h

Move WebFrame management out of WebView in to a new class. This also removes our dependency on content::FrameTreeNode

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
class ResourceDispatcherHostLoginDelegate;
53
53
class SecurityStatus;
54
54
class WebContextMenu;
55
 
class WebFrame;
56
55
class WebPopupMenu;
57
56
class WebView;
58
57
 
154
153
                                      WindowOpenDisposition disposition,
155
154
                                      bool user_gesture);
156
155
 
157
 
  virtual WebFrame* CreateWebFrame(
158
 
      content::RenderFrameHost* render_frame_host);
159
 
 
160
156
  virtual WebContextMenu* CreateContextMenu(
161
157
      content::RenderFrameHost* rfh,
162
158
      const content::ContextMenuParams& params);