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

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

Issue 10827168: Fix user agent override restore pipeline (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Rebasing 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..808038582a74835041c39b6dc31fdf29c43d382e 100644
--- a/content/public/browser/notification_types.h
+++ b/content/public/browser/notification_types.h
@@ -321,6 +321,10 @@ enum NotificationType {
// the RenderViewHost, and the details is a DomOperationNotificationDetails.
NOTIFICATION_DOM_OPERATION_RESPONSE,
+ // Notification from WebContents that its user agent override has been
+ // changed.
+ NOTIFICATION_WEB_CONTENTS_USER_AGENT_OVERRIDE_CHANGED,
Charlie Reis 2012/08/15 17:24:23 John is typically against adding new notifications
+
// Child Processes ---------------------------------------------------------
// This notification is sent when a child process host has connected to a
« chrome/browser/ui/browser_tabrestore.h ('K') | « content/browser/web_contents/web_contents_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698