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

Unified 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, 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
« no previous file with comments | « no previous file | chrome/browser/automation/testing_automation_provider.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/automation/testing_automation_provider.h
diff --git a/chrome/browser/automation/testing_automation_provider.h b/chrome/browser/automation/testing_automation_provider.h
index a095c56504f204ae8a02002577c6523fcd08f462..4e35f603bb033e2b9e23231acee636f9883a4121 100644
--- a/chrome/browser/automation/testing_automation_provider.h
+++ b/chrome/browser/automation/testing_automation_provider.h
@@ -1368,14 +1368,8 @@ class TestingAutomationProvider : public AutomationProvider,
void SetTimezone(base::DictionaryValue* args, IPC::Message* reply_message);
- // Update.
- void GetUpdateInfo(base::DictionaryValue* args, IPC::Message* reply_message);
-
void UpdateCheck(base::DictionaryValue* args, IPC::Message* reply_message);
- void SetReleaseTrack(base::DictionaryValue* args,
- IPC::Message* reply_message);
-
// Volume.
void GetVolumeInfo(base::DictionaryValue* args, IPC::Message* reply_message);
« 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