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

Unified Diff: Source/devtools/front_end/devtools.js

Issue 1295523004: [DevTools] Expose reload method in InspectorFrontendHost. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: renamed Created 5 years, 4 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
« no previous file with comments | « no previous file | Source/devtools/front_end/host/InspectorFrontendHostAPI.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/devtools.js
diff --git a/Source/devtools/front_end/devtools.js b/Source/devtools/front_end/devtools.js
index 52107f7d06440a1f4bd4f058c205754e6574b0ee..79432697cd39e67a6cd2b4801351d2e7299647ba 100644
--- a/Source/devtools/front_end/devtools.js
+++ b/Source/devtools/front_end/devtools.js
@@ -205,6 +205,14 @@ DevToolsAPIImpl.prototype = {
},
/**
+ * @param {boolean} hard
+ */
+ reloadInspectedPage: function(hard)
+ {
+ this._dispatchOnInspectorFrontendAPI("reloadInspectedPage", [hard]);
+ },
+
+ /**
* @param {string} url
* @param {number} lineNumber
* @param {number} columnNumber
« no previous file with comments | « no previous file | Source/devtools/front_end/host/InspectorFrontendHostAPI.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698