Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(55)

Unified Diff: remoting/webapp/js_proto/chrome_proto.js

Issue 1466473002: Fix for closure compile after chrome_extensions.js externs update. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/js_proto/chrome_proto.js
diff --git a/remoting/webapp/js_proto/chrome_proto.js b/remoting/webapp/js_proto/chrome_proto.js
index 8a34617d11ddbca164b890c4c85fd0f795f75fb4..3edade20b21da71aa6474e3d6fecae543655059e 100644
--- a/remoting/webapp/js_proto/chrome_proto.js
+++ b/remoting/webapp/js_proto/chrome_proto.js
@@ -12,12 +12,6 @@ console.error('Proto file should not be executed.');
/** @type {{background: Object}} */
chrome.runtime.Manifest.prototype.app;
-/** @type {chrome.app.window.Bounds} */
-chrome.app.window.AppWindow.prototype.outerBounds;
-
-/** @type {chrome.app.window.Bounds} */
-chrome.app.window.AppWindow.prototype.innerBounds;
-
/** @type {string} */
chrome.app.window.AppWindow.prototype.id;
@@ -41,4 +35,4 @@ chrome.socket.SendInfo.prototype.resultCode;
chrome.socket.SendInfo.prototype.bytesSent;
/** @param {function(FileWriter):void} callback */
-Entry.prototype.createWriter = function(callback) {};
+Entry.prototype.createWriter = function(callback) {};
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698