Index: content/renderer/dom_automation_controller.h |
diff --git a/content/renderer/dom_automation_controller.h b/content/renderer/dom_automation_controller.h |
index b4fe4c011ac79374e2f55b7ebcd81d478e9c2e5d..1516eea3a74988d78a9da384de3b49706a7c92b5 100644 |
--- a/content/renderer/dom_automation_controller.h |
+++ b/content/renderer/dom_automation_controller.h |
@@ -115,15 +115,6 @@ class DomAutomationController : public webkit_glue::CppBoundClass { |
sender_ = sender; |
} |
- // Retrieves a histogram and returns a JSON representation of it. |
- void GetHistogram(const webkit_glue::CppArgumentList& args, |
- webkit_glue::CppVariant* result); |
- |
- // Retrieves a histogram from the browser process and returns a JSON |
- // representation of it. |
- void GetBrowserHistogram(const webkit_glue::CppArgumentList& args, |
- webkit_glue::CppVariant* result); |
- |
private: |
IPC::Sender* sender_; |