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

Unified Diff: Source/web/WebDevToolsAgentImpl.h

Issue 330603003: Renaming didNavigate to continueProgram (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebaselined Created 6 years, 6 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/web/WebDevToolsAgentImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebDevToolsAgentImpl.h
diff --git a/Source/web/WebDevToolsAgentImpl.h b/Source/web/WebDevToolsAgentImpl.h
index c9a8ca3a6fe17f6ca225693f6fd04e846e47ceda..d36b2bc36cfff581934142feb4806fcf8c76b4e1 100644
--- a/Source/web/WebDevToolsAgentImpl.h
+++ b/Source/web/WebDevToolsAgentImpl.h
@@ -88,6 +88,7 @@ public:
virtual void reattach(const WebString& hostId, const WebString& savedState) OVERRIDE;
virtual void detach() OVERRIDE;
virtual void didNavigate() OVERRIDE;
+ virtual void continueProgram() OVERRIDE;
virtual void didBeginFrame(int frameId) OVERRIDE;
virtual void didCancelFrame() OVERRIDE;
virtual void willComposite() OVERRIDE;
« no previous file with comments | « no previous file | Source/web/WebDevToolsAgentImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698