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

Unified Diff: chrome/browser/extensions/extension_bookmarks_module_constants.h

Issue 274059: Small cleanup to extension function registration to avoid scattered definitions. (Closed)
Patch Set: Created 11 years, 2 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/extensions/extension_bookmarks_module_constants.h
diff --git a/chrome/browser/extensions/extension_bookmarks_module_constants.h b/chrome/browser/extensions/extension_bookmarks_module_constants.h
index 12d677db61ef0577feb8359f92a2e9c21a05cb50..159dc7fb7faa86883d4d2cbae95b6b919330e84e 100644
--- a/chrome/browser/extensions/extension_bookmarks_module_constants.h
+++ b/chrome/browser/extensions/extension_bookmarks_module_constants.h
@@ -39,17 +39,6 @@ extern const char kOnBookmarkChanged[];
extern const char kOnBookmarkMoved[];
extern const char kOnBookmarkChildrenReordered[];
-// Function names.
-extern const char kGetBookmarksFunction[];
-extern const char kGetBookmarkChildrenFunction[];
-extern const char kGetBookmarkTreeFunction[];
-extern const char kSearchBookmarksFunction[];
-extern const char kRemoveBookmarkFunction[];
-extern const char kRemoveBookmarkTreeFunction[];
-extern const char kCreateBookmarkFunction[];
-extern const char kMoveBookmarkFunction[];
-extern const char kUpdateBookmarkFunction[];
-
}; // namespace extension_bookmarks_module_constants
#endif // CHROME_BROWSER_EXTENSIONS_EXTENSION_BOOKMARKS_MODULE_CONSTANTS_H_

Powered by Google App Engine
This is Rietveld 408576698