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

Unified Diff: public/web/WebFrame.h

Issue 1145973006: Add enum that specifies the frame detachment reason. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 7 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebFrame.h
diff --git a/public/web/WebFrame.h b/public/web/WebFrame.h
index f43e83601d011dc08a36a9e62232b35d555a28a6..eb685d7dec586602861ca6419d6f43aea9d0d7b5 100644
--- a/public/web/WebFrame.h
+++ b/public/web/WebFrame.h
@@ -89,6 +89,9 @@ struct WebURLLoaderOptions;
template <typename T> class WebVector;
+// Used in detach().
+enum class WebDetachReason { Remove, Swap };
dcheng 2015/05/29 22:01:21 I would put this in WebFrameClient, since that's w
+
// Frames may be rendered in process ('local') or out of process ('remote').
// A remote frame is always cross-site; a local frame may be either same-site or
// cross-site.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698