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

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

Issue 8769035: Fix ChromeOS clang build after original change was reverted. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
« no previous file with comments | « chrome/browser/automation/testing_automation_provider.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698