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

Unified Diff: components/html_viewer/html_document.h

Issue 1149793002: Detach old frame on WebFrame::swap. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: addressing Daniel's comments 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 | components/html_viewer/html_document.cc » ('j') | components/html_viewer/html_document.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/html_viewer/html_document.h
diff --git a/components/html_viewer/html_document.h b/components/html_viewer/html_document.h
index 873d14e89485838f5efef9d92071abed39589927..76178409fa5f50a2ce0348cd6771e6e9905734a3 100644
--- a/components/html_viewer/html_document.h
+++ b/components/html_viewer/html_document.h
@@ -89,6 +89,7 @@ class HTMLDocument : public blink::WebViewClient,
const blink::WebString& frameName,
blink::WebSandboxFlags sandboxFlags);
virtual void frameDetached(blink::WebFrame*);
+ virtual void frameDetached(blink::WebFrame*, DetachType);
dcheng 2015/06/01 21:41:11 Nit: name these parameters to follow Chrome style.
lfg 2015/06/01 21:46:04 Done.
virtual blink::WebCookieJar* cookieJar(blink::WebLocalFrame* frame);
virtual blink::WebNavigationPolicy decidePolicyForNavigation(
const NavigationPolicyInfo& info);
« no previous file with comments | « no previous file | components/html_viewer/html_document.cc » ('j') | components/html_viewer/html_document.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698