Bug 1126334 - Hello Icon should change colour when screensharing is active. r=jaws

This commit is contained in:
Mark Banner
2015-02-10 09:37:44 +00:00
parent 5c0e86990f
commit fd95bcedb5
7 changed files with 105 additions and 5 deletions

View File

@@ -268,9 +268,10 @@ loop.StandaloneMozLoop = (function(mozL10n) {
return localStorage.getItem(prefName);
},
// Dummy function to reflect those in the desktop mozLoop that we
// don't currently use.
addConversationContext: function() {}
// Dummy functions to reflect those in the desktop mozLoop that we
// don't currently use in standalone.
addConversationContext: function() {},
setScreenShareState: function() {}
};
return StandaloneMozLoop;