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

Unified Diff: shell/application_manager/application_manager_unittest.cc

Issue 983113002: ApplicationManager: Use callback to get notified on application shutdown. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 9 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: shell/application_manager/application_manager_unittest.cc
diff --git a/shell/application_manager/application_manager_unittest.cc b/shell/application_manager/application_manager_unittest.cc
index 1683ab8252d9f7b301193d2eb2732ae2e8498665..af023841e34b50162eaed3cb5b56c136fb6972eb 100644
--- a/shell/application_manager/application_manager_unittest.cc
+++ b/shell/application_manager/application_manager_unittest.cc
@@ -403,8 +403,6 @@ class TestDelegate : public ApplicationManager::Delegate {
return mapped_url;
}
- void OnApplicationError(const GURL& url) override {}
-
private:
std::map<GURL, GURL> mappings_;
};

Powered by Google App Engine
This is Rietveld 408576698