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

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

Issue 803653004: Update Chromoting to use /third_party/closure_compiler. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge; Update closure annotations for new Js code Created 5 years, 11 months 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
Index: remoting/webapp/js_proto/console_proto.js
diff --git a/remoting/webapp/js_proto/console_proto.js b/remoting/webapp/js_proto/console_proto.js
deleted file mode 100644
index ce4360b15695be7bb484ba8aacd695dd91561954..0000000000000000000000000000000000000000
--- a/remoting/webapp/js_proto/console_proto.js
+++ /dev/null
@@ -1,29 +0,0 @@
-// Copyright (c) 2012 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-/**
- * @fileoverview Definitions for console logging.
- * @externs
- */
-
-/** @type {Object} */
-var console = {};
-
-/**
- * @param {...*} var_args The message(s) to log.
- * @return {void} Nothing.
- */
-console.log = function(var_args) {};
-
-/**
- * @param {...*} var_args The message(s) to log.
- * @return {void} Nothing.
- */
-console.error = function(var_args) {};
-
-/**
- * @param {...*} var_args The message(s) to log.
- * @return {void} Nothing.
- */
-console.warn = function(var_args) {};

Powered by Google App Engine
This is Rietveld 408576698