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

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

Issue 6760013: GetBatteryInfo() battery automation hook. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 9 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 c44429e8b7ed06b229a8daf6ca6352666c3bec48..d48db25eae32360672a3589be56ad205bb74d87e 100644
--- a/chrome/browser/automation/testing_automation_provider.h
+++ b/chrome/browser/automation/testing_automation_provider.h
@@ -1006,6 +1006,8 @@ class TestingAutomationProvider : public AutomationProvider,
void SignoutInScreenLocker(DictionaryValue* args,
IPC::Message* reply_message);
+ void GetBatteryInfo(DictionaryValue* args, IPC::Message* reply_message);
+
void GetNetworkInfo(DictionaryValue* args, IPC::Message* reply_message);
void NetworkScan(DictionaryValue* args, IPC::Message* reply_message);

Powered by Google App Engine
This is Rietveld 408576698