~abreu-alexandre/oxide/add-ua-to-downloadrequested

« back to all changes in this revision

Viewing changes to shared/browser/oxide_web_view_client.h

Expose user agent as part of downloadRequest

Show diffs side-by-side

added added

removed removed

Lines of Context:
159
159
                                 const bool should_prompt,
160
160
                                 const base::string16& suggested_filename,
161
161
                                 const std::string& cookies,
162
 
                                 const std::string& referrer);
 
162
                                 const std::string& referrer,
 
163
                                 const std::string& user_agent);
163
164
 
164
165
  virtual bool ShouldHandleNavigation(const GURL& url,
165
166
                                      WindowOpenDisposition disposition,