Chromium Code Reviews

Unified Diff: chrome/browser/sync/engine/build_commit_command.h

Issue 325001: Introduce browser_sync::ExtensionsActivityMonitor to collect extensions API u... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « chrome/browser/extensions/extension_function.h ('k') | chrome/browser/sync/engine/build_commit_command.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync/engine/build_commit_command.h
===================================================================
--- chrome/browser/sync/engine/build_commit_command.h (revision 30121)
+++ chrome/browser/sync/engine/build_commit_command.h (working copy)
@@ -19,6 +19,8 @@
virtual void ExecuteImpl(SyncerSession *session);
private:
+ void AddExtensionsActivityToMessage(SyncerSession* session,
+ CommitMessage* message);
DISALLOW_COPY_AND_ASSIGN(BuildCommitCommand);
};
« no previous file with comments | « chrome/browser/extensions/extension_function.h ('k') | chrome/browser/sync/engine/build_commit_command.cc » ('j') | no next file with comments »

Powered by Google App Engine