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

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

Issue 8774004: Fixed ChromeOS clang build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased Created 9 years, 1 month 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 689b723b7331ec9b807fadd9b2a501d6ba71d2bc..2ffc792d9fff958819ad212c7237923d57e172fd 100644
--- a/chrome/browser/automation/testing_automation_provider_chromeos.cc
+++ b/chrome/browser/automation/testing_automation_provider_chromeos.cc
@@ -1128,3 +1128,11 @@ 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') | chrome/browser/ui/views/crypto_module_password_dialog_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698