| Index: chrome/browser/automation/automation_extension_function.h
|
| diff --git a/chrome/browser/automation/automation_extension_function.h b/chrome/browser/automation/automation_extension_function.h
|
| index e10d04ca5c239fa0897ced37cc22d2fedf5792c6..1d1da41ec4141ea5eb7b4216216e2840e0dd20d5 100644
|
| --- a/chrome/browser/automation/automation_extension_function.h
|
| +++ b/chrome/browser/automation/automation_extension_function.h
|
| @@ -20,7 +20,6 @@ class AutomationExtensionFunction : public ExtensionFunction {
|
| AutomationExtensionFunction() { }
|
|
|
| // ExtensionFunction implementation.
|
| - virtual void SetName(const std::string& name);
|
| virtual void SetArgs(const std::string& args);
|
| virtual const std::string GetResult();
|
| virtual const std::string GetError();
|
| @@ -44,7 +43,6 @@ class AutomationExtensionFunction : public ExtensionFunction {
|
|
|
| private:
|
| static bool enabled_;
|
| - std::string name_;
|
| std::string args_;
|
| DISALLOW_COPY_AND_ASSIGN(AutomationExtensionFunction);
|
| };
|
|
|