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

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

Issue 8772041: Remove deprecated TabContentsDelegate::OpenURLFromTab variant (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase 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
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
1350 #endif // defined(OS_CHROMEOS) 1348 #endif // defined(OS_CHROMEOS)
1351 1349
1352 void WaitForTabCountToBecome(int browser_handle, 1350 void WaitForTabCountToBecome(int browser_handle,
1353 int target_tab_count, 1351 int target_tab_count,
1354 IPC::Message* reply_message); 1352 IPC::Message* reply_message);
1355 1353
1356 void WaitForInfoBarCount(int tab_handle, 1354 void WaitForInfoBarCount(int tab_handle,
1357 size_t target_count, 1355 size_t target_count,
1358 IPC::Message* reply_message); 1356 IPC::Message* reply_message);
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
1412 // Used to enumerate browser profiles. 1410 // Used to enumerate browser profiles.
1413 scoped_refptr<ImporterList> importer_list_; 1411 scoped_refptr<ImporterList> importer_list_;
1414 1412
1415 // The stored data for the ImportSettings operation. 1413 // The stored data for the ImportSettings operation.
1416 ImportSettingsData import_settings_data_; 1414 ImportSettingsData import_settings_data_;
1417 1415
1418 DISALLOW_COPY_AND_ASSIGN(TestingAutomationProvider); 1416 DISALLOW_COPY_AND_ASSIGN(TestingAutomationProvider);
1419 }; 1417 };
1420 1418
1421 #endif // CHROME_BROWSER_AUTOMATION_TESTING_AUTOMATION_PROVIDER_H_ 1419 #endif // CHROME_BROWSER_AUTOMATION_TESTING_AUTOMATION_PROVIDER_H_
OLDNEW
« no previous file with comments | « chrome/browser/automation/automation_provider_win.cc ('k') | chrome/browser/automation/testing_automation_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698