From 65d0b12bc9aaf8acdfe92a5d57e98d021b591ba4 Mon Sep 17 00:00:00 2001 From: "tim@chromium.org" Date: Tue, 27 Oct 2009 02:42:17 +0000 Subject: Introduce browser_sync::ExtensionsActivityMonitor to collect extensions API usage for correlation to sync commit requests. Add ChromiumExtensionsActivity to sync.proto to allow passing this data to sync servers. BUG=25323 TEST=Added ExtensionsActivityMonitorTest. +Performing mutations on the bookmarks model via an extension should result in ChromiumExtensionsActivity for each such extension showing up in CommitMessages. Review URL: http://codereview.chromium.org/325001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30153 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/extensions/extension_bookmarks_module.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome/browser/extensions/extension_bookmarks_module.h') diff --git a/chrome/browser/extensions/extension_bookmarks_module.h b/chrome/browser/extensions/extension_bookmarks_module.h index 6d86bc8..acaf91d 100644 --- a/chrome/browser/extensions/extension_bookmarks_module.h +++ b/chrome/browser/extensions/extension_bookmarks_module.h @@ -69,7 +69,7 @@ class BookmarksFunction : public AsyncExtensionFunction, protected: // Helper to get the bookmark id as int64 from the given string id. - // Sets error_ to an errro string if the given id string can't be parsed + // Sets error_ to an error string if the given id string can't be parsed // as an int64. In case of error, doesn't change id and returns false. bool GetBookmarkIdAsInt64(const std::string& id_string, int64* id); -- cgit v1.1