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

Unified Diff: chrome/browser/resources/chromeos/switch_access/testable_switch_access.js

Issue 2760453002: Creating options page and storing preferences. (Closed)
Patch Set: Fixed closure compiler error Created 3 years, 9 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/browser/resources/chromeos/switch_access/testable_switch_access.js
diff --git a/chrome/browser/resources/chromeos/switch_access/testable_switch_access.js b/chrome/browser/resources/chromeos/switch_access/testable_switch_access.js
index 837770341934d0c9dea928ab53cddd7e707caa17..c5cdde736627254bd5b0ed86d0aea4e907974889 100644
--- a/chrome/browser/resources/chromeos/switch_access/testable_switch_access.js
+++ b/chrome/browser/resources/chromeos/switch_access/testable_switch_access.js
@@ -12,6 +12,8 @@ let TestableSwitchAccess = function() {
TestableSwitchAccess.prototype = {
__proto__: SwitchAccess.prototype,
+ init_: function() {},
+
getNextNode: function(node) {
return this.getNextNode_(node);
},

Powered by Google App Engine
This is Rietveld 408576698