| Index: chrome/browser/sync/syncable/directory_manager.h
|
| ===================================================================
|
| --- chrome/browser/sync/syncable/directory_manager.h (revision 58702)
|
| +++ chrome/browser/sync/syncable/directory_manager.h (working copy)
|
| @@ -31,14 +31,11 @@
|
|
|
| struct DirectoryManagerEvent {
|
| enum {
|
| - OPEN_FAILED,
|
| - OPENED,
|
| CLOSED,
|
| CLOSED_ALL,
|
| SHUTDOWN,
|
| } what_happened;
|
| std::string dirname;
|
| - DirOpenResult error; // Only for OPEN_FAILED.
|
| typedef DirectoryManagerEvent EventType;
|
| static inline bool IsChannelShutdownEvent(const EventType& event) {
|
| return SHUTDOWN == event.what_happened;
|
|
|