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

Unified Diff: mojo/examples/browser/browser.cc

Issue 341553002: Remove OnRootRemoved from ViewManagerDelegate (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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
« no previous file with comments | « no previous file | mojo/examples/embedded_app/embedded_app.cc » ('j') | mojo/examples/nesting_app/nesting_app.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/examples/browser/browser.cc
diff --git a/mojo/examples/browser/browser.cc b/mojo/examples/browser/browser.cc
index dbe5a8f34df326dca5cb16581104bf5c6ab078e8..a0c034553faeecf3316d9204b282d0bd3c8bffdd 100644
--- a/mojo/examples/browser/browser.cc
+++ b/mojo/examples/browser/browser.cc
@@ -127,9 +127,6 @@ class Browser : public Application,
CreateWidget(root->bounds().size());
}
- virtual void OnRootRemoved(view_manager::ViewManager* view_manager,
- view_manager::Node* root) OVERRIDE {
- }
// views::TextfieldController:
virtual bool HandleKeyEvent(views::Textfield* sender,
« no previous file with comments | « no previous file | mojo/examples/embedded_app/embedded_app.cc » ('j') | mojo/examples/nesting_app/nesting_app.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698