Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(563)

Side by Side Diff: client/dom/generated/src/frog/Navigator.dart

Issue 9359034: A bunch of fixes in idl database generator. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Generated files. Created 8 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 1
2 class _NavigatorJs extends _DOMTypeJs implements Navigator native "*Navigator" { 2 class _NavigatorJs extends _DOMTypeJs implements Navigator native "*Navigator" {
3 3
4 final String appCodeName; 4 final String appCodeName;
5 5
6 final String appName; 6 final String appName;
7 7
8 final String appVersion; 8 final String appVersion;
9 9
10 final bool cookieEnabled; 10 final bool cookieEnabled;
(...skipping 18 matching lines...) Expand all
29 29
30 final String vendor; 30 final String vendor;
31 31
32 final String vendorSub; 32 final String vendorSub;
33 33
34 void getStorageUpdates() native; 34 void getStorageUpdates() native;
35 35
36 bool javaEnabled() native; 36 bool javaEnabled() native;
37 37
38 void registerProtocolHandler(String scheme, String url, String title) native; 38 void registerProtocolHandler(String scheme, String url, String title) native;
39
40 void webkitGetUserMedia(String options, NavigatorUserMediaSuccessCallback succ essCallback, [NavigatorUserMediaErrorCallback errorCallback = null]) native;
39 } 41 }
OLDNEW
« no previous file with comments | « client/dom/generated/src/frog/MediaStreamTrackList.dart ('k') | client/dom/generated/src/frog/NavigatorUserMediaError.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698