Index: chrome/test/data/webui/options.js |
diff --git a/chrome/test/data/webui/options.js b/chrome/test/data/webui/options.js |
index 40833331ee1347d936fd8f85ef9679be4e89173b..00b476331a2610d18cc19c761901670c17c1a3fe 100644 |
--- a/chrome/test/data/webui/options.js |
+++ b/chrome/test/data/webui/options.js |
@@ -40,6 +40,8 @@ OptionsWebUITest.prototype = { |
setObjectPref: function() {}, |
clearPref: function() {}, |
coreOptionsUserMetricsAction: function() {}, |
+ // TODO(scr): Handle this new message: |
+ // getInstantFieldTrialStatus: function() {}, |
}; |
// Create the actual mock and register stubs for methods expected to be |