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

Unified Diff: chrome/common/notification_type.h

Issue 3058044: Revert 54955 - Merge 54514 ... (Closed) Base URL: svn://svn.chromium.org/chrome/branches/479/src/
Patch Set: Created 10 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
===================================================================
--- chrome/common/notification_type.h (revision 54967)
+++ chrome/common/notification_type.h (working copy)
@@ -868,12 +868,6 @@
EXTENSION_TEST_PASSED,
EXTENSION_TEST_FAILED,
- // Sent by extension test javascript code, typically in a browser test. The
- // sender is a std::string representing the extension id, and the details
- // are a std::string with some message. This is particularly useful when you
- // want to have C++ code wait for javascript code to do something.
- EXTENSION_TEST_MESSAGE,
-
// Sent when an bookmarks extensions API function was successfully invoked.
// The source is the id of the extension that invoked the function, and the
// details are a pointer to the const BookmarksFunction in question.
« no previous file with comments | « chrome/common/extensions/api/extension_api.json ('k') | chrome/test/data/extensions/context_menus/long_title/background.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698