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

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

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, 5 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.cc
diff --git a/chrome/browser/automation/testing_automation_provider.cc b/chrome/browser/automation/testing_automation_provider.cc
index 3dc3d2053b6c59fce03fdd80e126b36627a484f2..98912003a446d2924e2c74230f0afc2a54fdc1da 100644
--- a/chrome/browser/automation/testing_automation_provider.cc
+++ b/chrome/browser/automation/testing_automation_provider.cc
@@ -1789,10 +1789,7 @@ void TestingAutomationProvider::BuildJSONHandlerMaps() {
handler_map_["GetTimeInfo"] = &TestingAutomationProvider::GetTimeInfo;
handler_map_["SetTimezone"] = &TestingAutomationProvider::SetTimezone;
- handler_map_["GetUpdateInfo"] = &TestingAutomationProvider::GetUpdateInfo;
handler_map_["UpdateCheck"] = &TestingAutomationProvider::UpdateCheck;
- handler_map_["SetReleaseTrack"] =
- &TestingAutomationProvider::SetReleaseTrack;
handler_map_["GetVolumeInfo"] = &TestingAutomationProvider::GetVolumeInfo;
handler_map_["SetVolume"] = &TestingAutomationProvider::SetVolume;

Powered by Google App Engine
This is Rietveld 408576698