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

Unified Diff: athena/test/sample_activity_factory.h

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/main/athena_main.cc ('k') | athena/test/sample_activity_factory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: athena/test/sample_activity_factory.h
diff --git a/athena/test/sample_activity_factory.h b/athena/test/sample_activity_factory.h
index af4a5beb2d1c8e094011b5e66a0bcaa90146a2a3..819d9cc2b0b726dbd084139f89034d7655e9744e 100644
--- a/athena/test/sample_activity_factory.h
+++ b/athena/test/sample_activity_factory.h
@@ -20,8 +20,6 @@ class SampleActivityFactory : public ActivityFactory {
virtual Activity* CreateWebActivity(content::BrowserContext* browser_context,
const base::string16& title,
const GURL& url) OVERRIDE;
- virtual Activity* CreateAppActivity(extensions::ShellAppWindow* app_window,
- const std::string& app_id) OVERRIDE;
virtual Activity* CreateAppActivity(extensions::AppWindow* app_window,
views::WebView* web_view) OVERRIDE;
« no previous file with comments | « athena/main/athena_main.cc ('k') | athena/test/sample_activity_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698