| Index: trunk/src/content/renderer/dom_automation_controller.h
|
| ===================================================================
|
| --- trunk/src/content/renderer/dom_automation_controller.h (revision 202661)
|
| +++ trunk/src/content/renderer/dom_automation_controller.h (working copy)
|
| @@ -115,6 +115,15 @@
|
| 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_;
|
|
|
|
|