| Index: chrome/browser/automation/testing_automation_provider.h
|
| diff --git a/chrome/browser/automation/testing_automation_provider.h b/chrome/browser/automation/testing_automation_provider.h
|
| index e91689770c947d767389c703d7d43970b2053542..3f710da933ebaceedd4b8210f6637e5cda09ac87 100644
|
| --- a/chrome/browser/automation/testing_automation_provider.h
|
| +++ b/chrome/browser/automation/testing_automation_provider.h
|
| @@ -805,6 +805,11 @@ class TestingAutomationProvider : public AutomationProvider,
|
| base::DictionaryValue* args,
|
| IPC::Message* reply_message);
|
|
|
| + // Gets the current memory usage statistics
|
| + void GetGpuMemStats(Browser* browser,
|
| + base::DictionaryValue* args,
|
| + IPC::Message* reply_message);
|
| +
|
| // Fullscreen and Mouse Lock hooks. They take no JSON parameters.
|
| void IsFullscreenForBrowser(Browser* browser,
|
| base::DictionaryValue* args,
|
|
|