Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(290)

Unified Diff: chrome/browser/automation/testing_automation_provider.h

Issue 10702200: PyAuto test for GPU memory consumption (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Updated PyAuto test for GPU memory consumption. Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,
« no previous file with comments | « no previous file | chrome/browser/automation/testing_automation_provider.cc » ('j') | chrome/test/data/gpu/mem_3dcss.html » ('J')

Powered by Google App Engine
This is Rietveld 408576698