| Index: chrome/common/notification_type.h
|
| diff --git a/chrome/common/notification_type.h b/chrome/common/notification_type.h
|
| index 8ba2d8443bd2bec8fa1e62e4ce1233db624949db..ed37cc6ff2e49334cffec803870cb16d4d531642 100644
|
| --- a/chrome/common/notification_type.h
|
| +++ b/chrome/common/notification_type.h
|
| @@ -642,6 +642,11 @@ class NotificationType {
|
| // Sent when a background page is ready so other components can load.
|
| EXTENSION_BACKGROUND_PAGE_READY,
|
|
|
| + // Sent by an extension to notify the browser about the results of a unit
|
| + // test.
|
| + EXTENSION_TEST_PASSED,
|
| + EXTENSION_TEST_FAILED,
|
| +
|
| // Debugging ---------------------------------------------------------------
|
|
|
| // Count (must be last) ----------------------------------------------------
|
|
|