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

Side by Side Diff: chrome/browser/automation/testing_automation_provider.h

Issue 8774004: Fixed ChromeOS clang build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased Created 9 years 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_chromeos.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 <map> 9 #include <map>
10 #include <string> 10 #include <string>
(...skipping 1326 matching lines...) Expand 10 before | Expand all | Expand 10 after
1337 void SetVolume(base::DictionaryValue* args, IPC::Message* reply_message); 1337 void SetVolume(base::DictionaryValue* args, IPC::Message* reply_message);
1338 1338
1339 void SetMute(base::DictionaryValue* args, IPC::Message* reply_message); 1339 void SetMute(base::DictionaryValue* args, IPC::Message* reply_message);
1340 1340
1341 void CaptureProfilePhoto(Browser* browser, 1341 void CaptureProfilePhoto(Browser* browser,
1342 DictionaryValue* args, 1342 DictionaryValue* args,
1343 IPC::Message* reply_message); 1343 IPC::Message* reply_message);
1344 1344
1345 // chromeos::PowerManagerClient::Observer overrides. 1345 // chromeos::PowerManagerClient::Observer overrides.
1346 virtual void PowerChanged(const chromeos::PowerSupplyStatus& status) OVERRIDE; 1346 virtual void PowerChanged(const chromeos::PowerSupplyStatus& status) OVERRIDE;
1347 virtual void LockScreen() OVERRIDE;
1348 virtual void UnlockScreen() OVERRIDE;
1349
1347 #endif // defined(OS_CHROMEOS) 1350 #endif // defined(OS_CHROMEOS)
1348 1351
1349 void WaitForTabCountToBecome(int browser_handle, 1352 void WaitForTabCountToBecome(int browser_handle,
1350 int target_tab_count, 1353 int target_tab_count,
1351 IPC::Message* reply_message); 1354 IPC::Message* reply_message);
1352 1355
1353 void WaitForInfoBarCount(int tab_handle, 1356 void WaitForInfoBarCount(int tab_handle,
1354 size_t target_count, 1357 size_t target_count,
1355 IPC::Message* reply_message); 1358 IPC::Message* reply_message);
1356 1359
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
1409 // Used to enumerate browser profiles. 1412 // Used to enumerate browser profiles.
1410 scoped_refptr<ImporterList> importer_list_; 1413 scoped_refptr<ImporterList> importer_list_;
1411 1414
1412 // The stored data for the ImportSettings operation. 1415 // The stored data for the ImportSettings operation.
1413 ImportSettingsData import_settings_data_; 1416 ImportSettingsData import_settings_data_;
1414 1417
1415 DISALLOW_COPY_AND_ASSIGN(TestingAutomationProvider); 1418 DISALLOW_COPY_AND_ASSIGN(TestingAutomationProvider);
1416 }; 1419 };
1417 1420
1418 #endif // CHROME_BROWSER_AUTOMATION_TESTING_AUTOMATION_PROVIDER_H_ 1421 #endif // CHROME_BROWSER_AUTOMATION_TESTING_AUTOMATION_PROVIDER_H_
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/automation/testing_automation_provider_chromeos.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698