summaryrefslogtreecommitdiffstats
path: root/chrome/browser/automation/automation_provider_json.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/automation/automation_provider_json.h')
-rw-r--r--chrome/browser/automation/automation_provider_json.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/chrome/browser/automation/automation_provider_json.h b/chrome/browser/automation/automation_provider_json.h
index 9ca6e906..10e9077 100644
--- a/chrome/browser/automation/automation_provider_json.h
+++ b/chrome/browser/automation/automation_provider_json.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2011 The Chromium Authors. All rights reserved.
+// Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -55,9 +55,10 @@ class AutomationJSONReply {
// associated error message.
void SendErrorCode(automation::ErrorCode code);
- private:
- void SendErrorInternal(const automation::Error& error);
+ // Send an automation error.
+ void SendError(const automation::Error& error);
+ private:
AutomationProvider* provider_;
IPC::Message* message_;
};