diff options
author | tim@chromium.org <tim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-27 02:42:17 +0000 |
---|---|---|
committer | tim@chromium.org <tim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-27 02:42:17 +0000 |
commit | 65d0b12bc9aaf8acdfe92a5d57e98d021b591ba4 (patch) | |
tree | b10d305b3bdc27dbc3ee305b1c8f31c15bca040c /chrome/browser/extensions/extension_bookmarks_module.h | |
parent | 71b0c7f62e9c674adb0ffc785ee0e8de05b55468 (diff) | |
download | chromium_src-65d0b12bc9aaf8acdfe92a5d57e98d021b591ba4.zip chromium_src-65d0b12bc9aaf8acdfe92a5d57e98d021b591ba4.tar.gz chromium_src-65d0b12bc9aaf8acdfe92a5d57e98d021b591ba4.tar.bz2 |
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
Diffstat (limited to 'chrome/browser/extensions/extension_bookmarks_module.h')
-rw-r--r-- | chrome/browser/extensions/extension_bookmarks_module.h | 2 |
1 files changed, 1 insertions, 1 deletions
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); |