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

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

Issue 476423003: [DevTools] Add interstitial events to Inspector domain. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: empty handling in frontend Created 6 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/protocol.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/main/Main.js
diff --git a/Source/devtools/front_end/main/Main.js b/Source/devtools/front_end/main/Main.js
index 888c0f4d9dab21a429cd2bb756ce21004ddbdce1..05ec9930dcc27846239e6ad68d7279ad4b8432ef 100644
--- a/Source/devtools/front_end/main/Main.js
+++ b/Source/devtools/front_end/main/Main.js
@@ -632,6 +632,22 @@ WebInspector.Main.prototype = {
evaluateForTestInFrontend: function(callId, script)
{
WebInspector.evaluateForTestInFrontend(callId, script);
+ },
+
+ /**
+ * @override
+ */
+ interstitialShown: function()
+ {
+ // Frontend is not interested in interstitials.
+ },
+
+ /**
+ * @override
+ */
+ interstitialHidden: function()
+ {
+ // Frontend is not interested in interstitials.
}
}
« no previous file with comments | « no previous file | Source/devtools/protocol.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698