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

Unified Diff: athena/content/shell/shell_app_activity.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/content/shell/content_activity_factory.cc ('k') | athena/content/shell/shell_app_activity.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: athena/content/shell/shell_app_activity.h
diff --git a/athena/content/shell/shell_app_activity.h b/athena/content/shell/shell_app_activity.h
index ad3467bf602a972f8af828f0c28a4c59466032fa..a6b7dec87299257277acaac5d139e1b099c2ce52 100644
--- a/athena/content/shell/shell_app_activity.h
+++ b/athena/content/shell/shell_app_activity.h
@@ -11,7 +11,6 @@
namespace extensions {
class AppWindow;
-class ShellAppWindow;
}
namespace athena {
@@ -19,9 +18,6 @@ namespace athena {
class ShellAppActivity : public AppActivity {
public:
explicit ShellAppActivity(extensions::AppWindow* app_window);
- // TODO(hashimoto) Remove this.
- ShellAppActivity(extensions::ShellAppWindow* app_window,
- const std::string& app_id);
virtual ~ShellAppActivity();
private:
@@ -32,7 +28,6 @@ class ShellAppActivity : public AppActivity {
virtual views::WebView* GetWebView() OVERRIDE;
extensions::AppWindow* app_window_;
- scoped_ptr<extensions::ShellAppWindow> shell_app_window_;
DISALLOW_COPY_AND_ASSIGN(ShellAppActivity);
};
« no previous file with comments | « athena/content/shell/content_activity_factory.cc ('k') | athena/content/shell/shell_app_activity.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698