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

Unified Diff: apps/native_app_window.h

Issue 23618036: Merge NOTIFICATION_RENDER_VIEW_HOST_CHANGED into NOTIFICATION_WEB_CONTENTS_SWAPPED. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix Created 7 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
« no previous file with comments | « apps/app_window_contents.cc ('k') | apps/shell_window.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: apps/native_app_window.h
diff --git a/apps/native_app_window.h b/apps/native_app_window.h
index 9a1e05b893d1f7fb6fe51b91ce022a5c7ba4c515..b0a6b17584e46cd11349d4928156e39a6047a734 100644
--- a/apps/native_app_window.h
+++ b/apps/native_app_window.h
@@ -43,10 +43,6 @@ class NativeAppWindow : public ui::BaseWindow,
virtual void HandleKeyboardEvent(
const content::NativeWebKeyboardEvent& event) = 0;
- // TODO(jianli): once http://crbug.com/123007 is fixed, we'll no longer need
- // this.
- virtual void RenderViewHostChanged() = 0;
-
// Returns the difference between the window bounds (including titlebar and
// borders) and the content bounds, if any.
virtual gfx::Insets GetFrameInsets() const = 0;
« no previous file with comments | « apps/app_window_contents.cc ('k') | apps/shell_window.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698