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

Unified Diff: chrome/common/extensions/api/instance_id.idl

Issue 1128123003: Implement InstanceID API functions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix test Created 5 years, 7 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/test/data/extensions/api_test/instance_id/delete_id/delete_id.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/api/instance_id.idl
diff --git a/chrome/common/extensions/api/instance_id.idl b/chrome/common/extensions/api/instance_id.idl
index a093243efef554d45ca03abe48e77ecb4a00364b..d8092efd4ecb55bd774db3ce71d1231f062dda36 100644
--- a/chrome/common/extensions/api/instance_id.idl
+++ b/chrome/common/extensions/api/instance_id.idl
@@ -33,7 +33,7 @@ namespace instanceID {
// |creationTime| : The time when the Instance ID has been generated,
// represented in milliseconds since the epoch.
- callback GetCreationTimeCallback = void(long creationTime);
+ callback GetCreationTimeCallback = void(double creationTime);
// |token| : The token assigned by the requested service.
callback GetTokenCallback = void(DOMString token);
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/test/data/extensions/api_test/instance_id/delete_id/delete_id.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698