~zaspire/oxide/push-messaging

« back to all changes in this revision

Viewing changes to qt/core/api/oxideqpermissionrequest_p.h

  • Committer: Chris Coulson
  • Date: 2015-06-04 13:21:49 UTC
  • mfrom: (1103.2.4 permissions)
  • Revision ID: chris.coulson@canonical.com-20150604132149-lgnyd0lduibnwbjr
Land some refactoring of permissions, which starts to decouple it from WebView in to separate classes

Show diffs side-by-side

added added

removed removed

Lines of Context:
66
66
 
67
67
  bool canRespond() const;
68
68
  oxide::SimplePermissionRequest* request() const;
69
 
 
70
 
  bool did_respond_;
71
69
};
72
70
 
73
71
class OxideQGeolocationPermissionRequestPrivate
99
97
 
100
98
  bool canRespond() const;
101
99
  oxide::MediaAccessPermissionRequest* request() const;
102
 
 
103
 
  bool did_respond_;
104
100
};
105
101
 
106
102
#endif // _OXIDE_QT_CORE_API_PERMISSION_REQUEST_P_H_