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

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

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
Index: chrome/browser/automation/automation_extension_function.cc
diff --git a/chrome/browser/automation/automation_extension_function.cc b/chrome/browser/automation/automation_extension_function.cc
index 57690fd7db160b7343053e1c53e6c1e622b14120..89288c01cfe53ea7ca8d6bcc187f630d79252d9b 100644
--- a/chrome/browser/automation/automation_extension_function.cc
+++ b/chrome/browser/automation/automation_extension_function.cc
@@ -14,10 +14,6 @@
bool AutomationExtensionFunction::enabled_ = false;
-void AutomationExtensionFunction::SetName(const std::string& name) {
- name_ = name;
-}
-
void AutomationExtensionFunction::SetArgs(const std::string& args) {
args_ = args;
}
« no previous file with comments | « chrome/browser/automation/automation_extension_function.h ('k') | chrome/browser/extensions/extension_bookmarks_module.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698