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

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

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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/automation/testing_automation_provider_chromeos.cc
diff --git a/chrome/browser/automation/testing_automation_provider_chromeos.cc b/chrome/browser/automation/testing_automation_provider_chromeos.cc
index b4d65dcee803537dd22a2c74d62a803a606b3306..b339228e517c516f5d44857fcc5e29f57703518f 100644
--- a/chrome/browser/automation/testing_automation_provider_chromeos.cc
+++ b/chrome/browser/automation/testing_automation_provider_chromeos.cc
@@ -1128,11 +1128,3 @@ void TestingAutomationProvider::PowerChanged(
const chromeos::PowerSupplyStatus& status) {
power_status = status;
}
-
-void TestingAutomationProvider::LockScreen() {
- // Not used, but defined to make clang happy with the overloaded name.
-}
-
-void TestingAutomationProvider::UnlockScreen() {
- // Not used, but defined to make clang happy with the overloaded name.
-}
« no previous file with comments | « chrome/browser/automation/testing_automation_provider.cc ('k') | chrome/browser/background/background_contents_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698