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

Unified Diff: chrome/test/data/extensions/api_test/gcd_private/api/session.js

Issue 468613003: API change to allow sticker authentication for devices (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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
Index: chrome/test/data/extensions/api_test/gcd_private/api/session.js
diff --git a/chrome/test/data/extensions/api_test/gcd_private/api/session.js b/chrome/test/data/extensions/api_test/gcd_private/api/session.js
index 43f03153bfa226a7ab0d31e2fc0caab52f898d31..255b1a18efd14c1b812e210a0bb1194dcc9b5b4d 100644
--- a/chrome/test/data/extensions/api_test/gcd_private/api/session.js
+++ b/chrome/test/data/extensions/api_test/gcd_private/api/session.js
@@ -9,6 +9,7 @@ onload = function() {
chrome.test.assertEq("success", status);
chrome.test.assertEq("01234", code);
chrome.gcdPrivate.confirmCode(sessionId,
+ "01234",
onSessionEstablished.bind(null,
sessionId));
}
« chrome/common/extensions/api/gcd_private.idl ('K') | « chrome/common/extensions/api/gcd_private.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698