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

Unified Diff: athena/content/chrome/content_activity_factory.cc

Issue 571643003: Remove app_shell chrome.shell API and ShellAppWindow (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: (remove-shell) rebase 2 Created 6 years, 3 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 | « athena/activity/public/activity_factory.h ('k') | athena/content/content_activity_factory.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: athena/content/chrome/content_activity_factory.cc
diff --git a/athena/content/chrome/content_activity_factory.cc b/athena/content/chrome/content_activity_factory.cc
index a8ba6d5a1e099e195193cf9123d74cbf4177b171..f3c9592ce07991dda9adadd105b3211f656ce179 100644
--- a/athena/content/chrome/content_activity_factory.cc
+++ b/athena/content/chrome/content_activity_factory.cc
@@ -53,10 +53,4 @@ Activity* ContentActivityFactory::CreateAppActivity(
return new ChromeAppActivity(app_window, web_view);
}
-Activity* ContentActivityFactory::CreateAppActivity(
- extensions::ShellAppWindow* app_window,
- const std::string& app_id) {
- return NULL;
-}
-
} // namespace athena
« no previous file with comments | « athena/activity/public/activity_factory.h ('k') | athena/content/content_activity_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698