~osomon/oxide/i18n

« back to all changes in this revision

Viewing changes to shared/browser/oxide_content_browser_client.h

  • Committer: Olivier Tilloy
  • Date: 2014-04-08 10:03:11 UTC
  • mfrom: (312.2.173 oxide)
  • Revision ID: olivier.tilloy@canonical.com-20140408100311-b3zb7q1jfrevbrf1
Merge the latest changes from trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
95
95
                      int render_frame_id,
96
96
                      net::CookieOptions* options) FINAL;
97
97
 
98
 
  void ResourceDispatcherHostCreated() FINAL;
 
98
  bool CanCreateWindow(const GURL& opener_url,
 
99
                       const GURL& opener_top_level_frame_url,
 
100
                       const GURL& source_origin,
 
101
                       WindowContainerType container_type,
 
102
                       const GURL& target_url,
 
103
                       const content::Referrer& referrer,
 
104
                       WindowOpenDisposition disposition,
 
105
                       const blink::WebWindowFeatures& features,
 
106
                       bool user_gesture,
 
107
                       bool opener_suppressed,
 
108
                       content::ResourceContext* context,
 
109
                       int render_process_id,
 
110
                       bool is_guest,
 
111
                       int opener_id,
 
112
                       bool* no_javascript_access) FINAL;
99
113
 
100
114
  content::AccessTokenStore* CreateAccessTokenStore() FINAL;
101
115