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

Unified Diff: content/common/content_notification_types.h

Issue 7328029: Use process-per-app-instance for hosted apps without background permission. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix incognito function. Created 9 years, 5 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
« no previous file with comments | « content/browser/site_instance_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/content_notification_types.h
diff --git a/content/common/content_notification_types.h b/content/common/content_notification_types.h
index 76006adf16d1ac35469f01a8f4955aa2e021c337..b513e352e9d39e9c5ec7c1bee99e958441640e7c 100644
--- a/content/common/content_notification_types.h
+++ b/content/common/content_notification_types.h
@@ -369,6 +369,10 @@ enum {
// the new state is "visible."
NOTIFICATION_RENDER_WIDGET_VISIBILITY_CHANGED,
+ // Sent from ~SiteInstance. The source is the SiteInstance, and the details
+ // are unused.
+ NOTIFICATION_SITE_INSTANCE_DELETED,
+
// The focused element inside a page has changed. The source is the
// TabContents containing the render view host for the page. The details is
// a Details<const bool> that indicates whether or not an editable node was
« no previous file with comments | « content/browser/site_instance_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698