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

« back to all changes in this revision

Viewing changes to shared/browser/oxide_web_preferences.h

  • Committer: Chris Coulson
  • Date: 2014-07-18 22:41:10 UTC
  • mfrom: (640.1.18 canary)
  • Revision ID: chris.coulson@canonical.com-20140718224110-z2gzn68mk8ti3u2j
Bump Chromium rev to 38.0.2096.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
#include "base/observer_list.h"
26
26
#include "base/strings/string16.h"
27
27
 
 
28
namespace content {
28
29
class WebPreferences;
 
30
}
29
31
 
30
32
namespace oxide {
31
33
 
99
101
  bool TestAttribute(Attr attr) const;
100
102
  void SetAttribute(Attr attr, bool val);
101
103
 
102
 
  void ApplyToWebkitPrefs(::WebPreferences* prefs);
 
104
  void ApplyToWebkitPrefs(content::WebPreferences* prefs);
103
105
 
104
106
  bool IsOwnedByEmbedder() const;
105
107
  void SetIsOwnedByEmbedder();