~osomon/oxide/bug1290821

« back to all changes in this revision

Viewing changes to shared/browser/oxide_content_browser_client.h

  • Committer: Chris Coulson
  • Date: 2014-02-20 14:42:23 UTC
  • Revision ID: chris.coulson@canonical.com-20140220144223-cm4jsx5sfhm1movd
Implement WebPreferenceObserver, as this will make testing easier. Also, get rid of the default preferences hack and don't lazy initialize the default WebPreferences

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
class GLShareGroup;
43
43
class SharedGLContext;
44
44
class WebFrameTree;
45
 
class WebPreferences;
46
45
 
47
46
class ContentBrowserClient : public content::ContentBrowserClient {
48
47
 public:
83
82
  // Extra Oxide methods
84
83
  virtual base::MessagePump* CreateMessagePumpForUI() = 0;
85
84
 
86
 
  virtual WebPreferences* GetDefaultWebPreferences();
87
 
 
88
85
  virtual bool IsTouchSupported();
89
86
 
90
87
 protected: