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

Unified Diff: content/browser/renderer_host/render_view_host_delegate.h

Issue 1345343003: Remove lots of old blur plumbing. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase. Created 5 years, 2 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/browser/renderer_host/render_view_host_delegate.h
diff --git a/content/browser/renderer_host/render_view_host_delegate.h b/content/browser/renderer_host/render_view_host_delegate.h
index 9a451590f98099a37a86afb20d4c47b29fb4015c..880589292c94fb996b476284bfa2b1fc6d230bab 100644
--- a/content/browser/renderer_host/render_view_host_delegate.h
+++ b/content/browser/renderer_host/render_view_host_delegate.h
@@ -161,10 +161,9 @@ class CONTENT_EXPORT RenderViewHostDelegate {
uint64 upload_position,
uint64 upload_size) {}
- // The page wants the hosting window to activate/deactivate itself (it
- // called the JavaScript window.focus()/blur() method).
+ // The page wants the hosting window to activate itself (it called the
+ // JavaScript window.focus() method).
virtual void Activate() {}
- virtual void Deactivate() {}
// Notification that the view has lost capture.
virtual void LostCapture() {}

Powered by Google App Engine
This is Rietveld 408576698