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

Unified Diff: chrome/renderer/chrome_render_view_observer.h

Issue 2928033002: Move GetDocument method from WebFrame to WebLocalFrame. (Closed)
Patch Set: Rebasing... Created 3 years, 6 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: chrome/renderer/chrome_render_view_observer.h
diff --git a/chrome/renderer/chrome_render_view_observer.h b/chrome/renderer/chrome_render_view_observer.h
index ea76e9dc10a2c41d0515741eaaae7988a53826de..5609f100a37da1dc1e6d559a6e404141cb41cf4d 100644
--- a/chrome/renderer/chrome_render_view_observer.h
+++ b/chrome/renderer/chrome_render_view_observer.h
@@ -48,7 +48,6 @@ class ChromeRenderViewObserver : public content::RenderViewObserver {
content::BrowserControlsState current,
bool animate);
#endif
- void OnGetWebApplicationInfo();
void OnSetWindowFeatures(const blink::mojom::WindowFeatures& window_features);
// Determines if a host is in the strict security host set.

Powered by Google App Engine
This is Rietveld 408576698