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

Unified Diff: chrome/browser/sync/glue/model_association_manager.h

Issue 10689178: Merge 144583 - sync: fix reentrancy crash in ModelAssociationManager (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1180/src/
Patch Set: Created 8 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/sync/glue/model_association_manager.h
===================================================================
--- chrome/browser/sync/glue/model_association_manager.h (revision 146421)
+++ chrome/browser/sync/glue/model_association_manager.h (working copy)
@@ -80,7 +80,7 @@
private:
enum State {
// This is the state after |Initialize| is called.
- INITIAILIZED_TO_CONFIGURE,
+ INITIALIZED_TO_CONFIGURE,
// Starting a new configuration.
CONFIGURING,
// A stop command was issued.
« no previous file with comments | « chrome/browser/sync/glue/fake_data_type_controller.cc ('k') | chrome/browser/sync/glue/model_association_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698