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

Unified Diff: chrome/common/notification_type.h

Issue 171032: end-to-end extension API tests (Closed)
Patch Set: a bit of refactoring and review feedback Created 11 years, 4 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/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) ----------------------------------------------------

Powered by Google App Engine
This is Rietveld 408576698