1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
6 chrome
.Event = function() {};
8 /** @param {Function} callback */
9 chrome
.Event
.prototype.addListener = function(callback
) {};
11 /** @param {Function} callback */
12 chrome
.Event
.prototype.removeListener = function(callback
) {};