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

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

Issue 11667030: Add GPU memory usage contents browser test (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove extraneous comments Created 7 years, 12 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 ca5340c69efff99a568088fb68e933da690fa0ce..60eb277eaa04cc8f7bf6dea737bfc43429b7578c 100644
--- a/chrome/browser/automation/testing_automation_provider.h
+++ b/chrome/browser/automation/testing_automation_provider.h
@@ -690,6 +690,11 @@ class TestingAutomationProvider : public AutomationProvider,
base::DictionaryValue* args,
IPC::Message* reply_message);
+ // Gets the current total global GPU memory usage.
+ void GetGpuMemoryUsage(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_css3d.html » ('J')

Powered by Google App Engine
This is Rietveld 408576698