| Index: chrome/browser/performance_monitor/event.h
|
| diff --git a/chrome/browser/performance_monitor/event.h b/chrome/browser/performance_monitor/event.h
|
| index 64afb149ed64e7e741141d49618cb0530a3f9a9f..60f4c94606b759ee3263820c075edf6fb9712af2 100644
|
| --- a/chrome/browser/performance_monitor/event.h
|
| +++ b/chrome/browser/performance_monitor/event.h
|
| @@ -21,7 +21,7 @@ enum EventType {
|
| EVENT_EXTENSION_UNINSTALL,
|
| EVENT_EXTENSION_UPDATE,
|
| EVENT_EXTENSION_ENABLE,
|
| - EVENT_EXTENSION_UNLOAD,
|
| + EVENT_EXTENSION_DISABLE,
|
| EVENT_CHROME_UPDATE,
|
| EVENT_RENDERER_FREEZE,
|
| EVENT_RENDERER_CRASH,
|
|
|