Index: chrome/renderer/devtools_agent.h |
diff --git a/chrome/renderer/devtools_agent.h b/chrome/renderer/devtools_agent.h |
index 1c566b022499093037411636208fd6a41a63ef14..9fc8355d4c65b79053a956b8ba57a6ec5ee367f4 100644 |
--- a/chrome/renderer/devtools_agent.h |
+++ b/chrome/renderer/devtools_agent.h |
@@ -66,6 +66,7 @@ class DevToolsAgent : public WebKit::WebDevToolsAgentClient { |
void OnAttach(const std::vector<std::string>& runtime_features); |
void OnDetach(); |
+ void OnFrontendLoaded(); |
void OnDispatchOnInspectorBackend(const std::string& message); |
void OnInspectElement(int x, int y); |
void OnSetApuAgentEnabled(bool enabled); |