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

Unified Diff: third_party/WebKit/Source/platform/v8_inspector/injected_script_externs.js

Issue 1917733002: [DevTools] Move part of CommandLineAPI to native (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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: third_party/WebKit/Source/platform/v8_inspector/injected_script_externs.js
diff --git a/third_party/WebKit/Source/platform/v8_inspector/injected_script_externs.js b/third_party/WebKit/Source/platform/v8_inspector/injected_script_externs.js
index ee4921b4afb3e217840df67fd487f9d7a8529fce..255a4a169999a8e51c466c8c3ac80e2e1a3d7ab8 100644
--- a/third_party/WebKit/Source/platform/v8_inspector/injected_script_externs.js
+++ b/third_party/WebKit/Source/platform/v8_inspector/injected_script_externs.js
@@ -8,10 +8,6 @@ function InjectedScriptHostClass()
}
/**
- */
-InjectedScriptHostClass.prototype.clearConsoleMessages = function() {}
-
-/**
* @param {*} objectId
* @param {!Object} hints
*/
@@ -66,26 +62,6 @@ InjectedScriptHostClass.prototype.getInternalProperties = function(obj) {}
InjectedScriptHostClass.prototype.getEventListeners = function(target) {}
/**
- * @param {*} fn
- */
-InjectedScriptHostClass.prototype.debugFunction = function(fn) {}
-
-/**
- * @param {*} fn
- */
-InjectedScriptHostClass.prototype.undebugFunction = function(fn) {}
-
-/**
- * @param {*} fn
- */
-InjectedScriptHostClass.prototype.monitorFunction = function(fn) {}
-
-/**
- * @param {*} fn
- */
-InjectedScriptHostClass.prototype.unmonitorFunction = function(fn) {}
-
-/**
* @param {!Function} fn
* @param {*} receiver
* @param {!Array.<*>=} argv

Powered by Google App Engine
This is Rietveld 408576698