Update V8 to version 4.3.57.1 (cherry-pick).
[chromium-blink-merge.git] / remoting / webapp / js_proto / chrome_event_proto.js
blob317f711f921189444ad4c6d3e7d6154a905908d9
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.
5 /** @constructor */
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) {};