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

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

Issue 289873008: Mojo: Make overriding OnConnectionError optional (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 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 | mojo/public/cpp/bindings/interface_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/examples/launcher/launcher.cc
diff --git a/mojo/examples/launcher/launcher.cc b/mojo/examples/launcher/launcher.cc
index 302f30cf3d9277f1e0b8a74a90d34b9a4fb17c94..f71294b89f006a611dcac022cf0b7ddb41ee10ec 100644
--- a/mojo/examples/launcher/launcher.cc
+++ b/mojo/examples/launcher/launcher.cc
@@ -206,9 +206,6 @@ class LauncherImpl : public InterfaceImpl<Launcher>,
base::Bind(&LauncherImpl::HostContextCreated, base::Unretained(this))));
}
- // Overridden from InterfaceImpl:
- virtual void OnConnectionError() OVERRIDE {}
-
private:
// Overridden from Launcher:
virtual void Show() OVERRIDE {
« no previous file with comments | « no previous file | mojo/public/cpp/bindings/interface_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698