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

Side by Side 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: Merge. Created 9 years, 8 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/browser/automation/testing_automation_provider.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_BROWSER_AUTOMATION_TESTING_AUTOMATION_PROVIDER_H_ 5 #ifndef CHROME_BROWSER_AUTOMATION_TESTING_AUTOMATION_PROVIDER_H_
6 #define CHROME_BROWSER_AUTOMATION_TESTING_AUTOMATION_PROVIDER_H_ 6 #define CHROME_BROWSER_AUTOMATION_TESTING_AUTOMATION_PROVIDER_H_
7 #pragma once 7 #pragma once
8 8
9 #include "base/basictypes.h" 9 #include "base/basictypes.h"
10 #include "base/memory/scoped_ptr.h" 10 #include "base/memory/scoped_ptr.h"
(...skipping 991 matching lines...) Expand 10 before | Expand all | Expand 10 after
1002 1002
1003 void Login(DictionaryValue* args, IPC::Message* reply_message); 1003 void Login(DictionaryValue* args, IPC::Message* reply_message);
1004 1004
1005 void LockScreen(DictionaryValue* args, IPC::Message* reply_message); 1005 void LockScreen(DictionaryValue* args, IPC::Message* reply_message);
1006 1006
1007 void UnlockScreen(DictionaryValue* args, IPC::Message* reply_message); 1007 void UnlockScreen(DictionaryValue* args, IPC::Message* reply_message);
1008 1008
1009 void SignoutInScreenLocker(DictionaryValue* args, 1009 void SignoutInScreenLocker(DictionaryValue* args,
1010 IPC::Message* reply_message); 1010 IPC::Message* reply_message);
1011 1011
1012 void GetBatteryInfo(DictionaryValue* args, IPC::Message* reply_message);
1013
1012 void GetNetworkInfo(DictionaryValue* args, IPC::Message* reply_message); 1014 void GetNetworkInfo(DictionaryValue* args, IPC::Message* reply_message);
1013 1015
1014 void NetworkScan(DictionaryValue* args, IPC::Message* reply_message); 1016 void NetworkScan(DictionaryValue* args, IPC::Message* reply_message);
1015 1017
1016 void ConnectToWifiNetwork(DictionaryValue* args, IPC::Message* reply_message); 1018 void ConnectToWifiNetwork(DictionaryValue* args, IPC::Message* reply_message);
1017 1019
1018 void DisconnectFromWifiNetwork(DictionaryValue* args, 1020 void DisconnectFromWifiNetwork(DictionaryValue* args,
1019 IPC::Message* reply_message); 1021 IPC::Message* reply_message);
1020 #endif // defined(OS_CHROMEOS) 1022 #endif // defined(OS_CHROMEOS)
1021 1023
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
1082 // Used to enumerate browser profiles. 1084 // Used to enumerate browser profiles.
1083 scoped_refptr<ImporterList> importer_list_; 1085 scoped_refptr<ImporterList> importer_list_;
1084 1086
1085 // The stored data for the ImportSettings operation. 1087 // The stored data for the ImportSettings operation.
1086 ImportSettingsData import_settings_data_; 1088 ImportSettingsData import_settings_data_;
1087 1089
1088 DISALLOW_COPY_AND_ASSIGN(TestingAutomationProvider); 1090 DISALLOW_COPY_AND_ASSIGN(TestingAutomationProvider);
1089 }; 1091 };
1090 1092
1091 #endif // CHROME_BROWSER_AUTOMATION_TESTING_AUTOMATION_PROVIDER_H_ 1093 #endif // CHROME_BROWSER_AUTOMATION_TESTING_AUTOMATION_PROVIDER_H_
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/automation/testing_automation_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698