Title: [91456] trunk/Source/WebKit/chromium
- Revision
- 91456
- Author
- [email protected]
- Date
- 2011-07-21 03:06:02 -0700 (Thu, 21 Jul 2011)
Log Message
[Chromium DevTools] Remove unused method setAgentIdentifierPrefix from WebDevToolAgent.
https://bugs.webkit.org/show_bug.cgi?id=64793
Reviewed by Pavel Feldman.
* public/WebDevToolsAgent.h:
* src/WebDevToolsAgentImpl.cpp:
* src/WebDevToolsAgentImpl.h:
Modified Paths
Diff
Modified: trunk/Source/WebKit/chromium/ChangeLog (91455 => 91456)
--- trunk/Source/WebKit/chromium/ChangeLog 2011-07-21 10:05:41 UTC (rev 91455)
+++ trunk/Source/WebKit/chromium/ChangeLog 2011-07-21 10:06:02 UTC (rev 91456)
@@ -1,3 +1,14 @@
+2011-07-21 Vsevolod Vlasov <[email protected]>
+
+ [Chromium DevTools] Remove unused method setAgentIdentifierPrefix from WebDevToolAgent.
+ https://bugs.webkit.org/show_bug.cgi?id=64793
+
+ Reviewed by Pavel Feldman.
+
+ * public/WebDevToolsAgent.h:
+ * src/WebDevToolsAgentImpl.cpp:
+ * src/WebDevToolsAgentImpl.h:
+
2011-07-21 Ryosuke Niwa <[email protected]>
Unreviewed. Rolled DEPS.
Modified: trunk/Source/WebKit/chromium/public/WebDevToolsAgent.h (91455 => 91456)
--- trunk/Source/WebKit/chromium/public/WebDevToolsAgent.h 2011-07-21 10:05:41 UTC (rev 91455)
+++ trunk/Source/WebKit/chromium/public/WebDevToolsAgent.h 2011-07-21 10:06:02 UTC (rev 91456)
@@ -59,8 +59,6 @@
virtual void inspectElementAt(const WebPoint&) = 0;
virtual void setRuntimeProperty(const WebString& name, const WebString& value) = 0;
- // FIXME: remove once renamed to setProcessId downstream.
- virtual void setAgentIdentifierPrefix(const WebString&) = 0;
virtual void setProcessId(long) = 0;
// Exposed for LayoutTestController.
Modified: trunk/Source/WebKit/chromium/src/WebDevToolsAgentImpl.cpp (91455 => 91456)
--- trunk/Source/WebKit/chromium/src/WebDevToolsAgentImpl.cpp 2011-07-21 10:05:41 UTC (rev 91455)
+++ trunk/Source/WebKit/chromium/src/WebDevToolsAgentImpl.cpp 2011-07-21 10:06:02 UTC (rev 91456)
@@ -322,11 +322,6 @@
memoryCache()->setDisabled(cacheDisabled);
}
-// FIXME: remove once renamed to setProcessId downstream.
-void WebDevToolsAgentImpl::setAgentIdentifierPrefix(const WebString& prefix)
-{
-}
-
void WebDevToolsAgentImpl::setProcessId(long processId)
{
inspectorController()->setProcessId(processId);
Modified: trunk/Source/WebKit/chromium/src/WebDevToolsAgentImpl.h (91455 => 91456)
--- trunk/Source/WebKit/chromium/src/WebDevToolsAgentImpl.h 2011-07-21 10:05:41 UTC (rev 91455)
+++ trunk/Source/WebKit/chromium/src/WebDevToolsAgentImpl.h 2011-07-21 10:06:02 UTC (rev 91456)
@@ -81,8 +81,6 @@
virtual void evaluateInWebInspector(long callId, const WebString& script);
virtual void setJavaScriptProfilingEnabled(bool);
virtual void setRuntimeProperty(const WebString& name, const WebString& value);
- // FIXME: remove once renamed to setProcessId downstream.
- virtual void setAgentIdentifierPrefix(const WebString&);
virtual void setProcessId(long);
// InspectorClient implementation.
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes