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

Unified Diff: chrome/browser/automation/automation_extension_function.h

Issue 160064: Push bookmarks.remove/removeAll polymorphism into c++. fix bookmarks id schema issues (Closed)
Patch Set: presubmit Created 11 years, 5 months 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 | « no previous file | chrome/browser/automation/automation_extension_function.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
};
« no previous file with comments | « no previous file | chrome/browser/automation/automation_extension_function.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698