Index: chrome/browser/resources/vr_shell/vr_shell_ui.js |
diff --git a/chrome/browser/resources/vr_shell/vr_shell_ui.js b/chrome/browser/resources/vr_shell/vr_shell_ui.js |
index bafc81153efca8ba01584a4cfba8fd5c3107d921..bf8f9cc2166f3bed76d466c49b573728acc3db2a 100644 |
--- a/chrome/browser/resources/vr_shell/vr_shell_ui.js |
+++ b/chrome/browser/resources/vr_shell/vr_shell_ui.js |
@@ -112,8 +112,12 @@ var vrShellUi = (function() { |
api.domLoaded(); |
} |
+ function command(dict) { |
+ } |
+ |
return { |
initialize: initialize, |
+ command: command, |
}; |
})(); |