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

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

Issue 21015010: Remove all traces of deprecated Get/SetReleaseTrack calls. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 4 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
« 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 2013 The Chromium Authors. All rights reserved. 1 // Copyright 2013 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 7
8 #include <map> 8 #include <map>
9 #include <string> 9 #include <string>
10 #include <vector> 10 #include <vector>
(...skipping 1350 matching lines...) Expand 10 before | Expand all | Expand 10 after
1361 IPC::Message* reply_message); 1361 IPC::Message* reply_message);
1362 1362
1363 // Time. 1363 // Time.
1364 void GetTimeInfo(Browser* browser, base::DictionaryValue* args, 1364 void GetTimeInfo(Browser* browser, base::DictionaryValue* args,
1365 IPC::Message* reply_message); 1365 IPC::Message* reply_message);
1366 1366
1367 void GetTimeInfo(base::DictionaryValue* args, IPC::Message* reply_message); 1367 void GetTimeInfo(base::DictionaryValue* args, IPC::Message* reply_message);
1368 1368
1369 void SetTimezone(base::DictionaryValue* args, IPC::Message* reply_message); 1369 void SetTimezone(base::DictionaryValue* args, IPC::Message* reply_message);
1370 1370
1371 // Update.
1372 void GetUpdateInfo(base::DictionaryValue* args, IPC::Message* reply_message);
1373
1374 void UpdateCheck(base::DictionaryValue* args, IPC::Message* reply_message); 1371 void UpdateCheck(base::DictionaryValue* args, IPC::Message* reply_message);
1375 1372
1376 void SetReleaseTrack(base::DictionaryValue* args,
1377 IPC::Message* reply_message);
1378
1379 // Volume. 1373 // Volume.
1380 void GetVolumeInfo(base::DictionaryValue* args, IPC::Message* reply_message); 1374 void GetVolumeInfo(base::DictionaryValue* args, IPC::Message* reply_message);
1381 1375
1382 void SetVolume(base::DictionaryValue* args, IPC::Message* reply_message); 1376 void SetVolume(base::DictionaryValue* args, IPC::Message* reply_message);
1383 1377
1384 void SetMute(base::DictionaryValue* args, IPC::Message* reply_message); 1378 void SetMute(base::DictionaryValue* args, IPC::Message* reply_message);
1385 1379
1386 void CaptureProfilePhoto(Browser* browser, 1380 void CaptureProfilePhoto(Browser* browser,
1387 DictionaryValue* args, 1381 DictionaryValue* args,
1388 IPC::Message* reply_message); 1382 IPC::Message* reply_message);
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
1429 scoped_ptr<AutomationEventQueue> automation_event_queue_; 1423 scoped_ptr<AutomationEventQueue> automation_event_queue_;
1430 1424
1431 // List of commands which just finish synchronously and don't require 1425 // List of commands which just finish synchronously and don't require
1432 // setting up an observer. 1426 // setting up an observer.
1433 static const int kSynchronousCommands[]; 1427 static const int kSynchronousCommands[];
1434 1428
1435 DISALLOW_COPY_AND_ASSIGN(TestingAutomationProvider); 1429 DISALLOW_COPY_AND_ASSIGN(TestingAutomationProvider);
1436 }; 1430 };
1437 1431
1438 #endif // CHROME_BROWSER_AUTOMATION_TESTING_AUTOMATION_PROVIDER_H_ 1432 #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