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

Unified Diff: content/public/browser/notification_types.h

Issue 10560022: Browser Plugin: New Implementation (Browser Side) (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Added browser test + Fixed a silly initial loading bug :-) Created 8 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: content/public/browser/notification_types.h
diff --git a/content/public/browser/notification_types.h b/content/public/browser/notification_types.h
index a1122503301bea28ecd535a300a7ed0dc6252074..b0d03dcdac1f8ef304eed3bd76df09a623573e92 100644
--- a/content/public/browser/notification_types.h
+++ b/content/public/browser/notification_types.h
@@ -368,6 +368,12 @@ enum NotificationType {
// of a temporary zoom level change, the details is an empty string.
NOTIFICATION_ZOOM_LEVEL_CHANGED,
+ // Browser Plugin ----------------------------------------------------------
+
+ NOTIFICATION_BROWSER_PLUGIN_GUEST_CRASHED,
Charlie Reis 2012/08/13 17:50:14 Please add comments.
+
+ NOTIFICATION_BROWSER_PLUGIN_UPDATE_RECT,
+
// Custom notifications used by the embedder should start from here.
NOTIFICATION_CONTENT_END,
};

Powered by Google App Engine
This is Rietveld 408576698