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

Unified Diff: athena/content/shell/shell_app_activity.h

Issue 587953002: [Athena: Cleanup] consolidate ChromeAppActivity and ShellAppActivity (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
deleted file mode 100644
index a6b7dec87299257277acaac5d139e1b099c2ce52..0000000000000000000000000000000000000000
--- a/athena/content/shell/shell_app_activity.h
+++ /dev/null
@@ -1,37 +0,0 @@
-// Copyright 2014 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef ATHENA_CONTENT_SHELL_SHELL_APP_ACTIVITY_H_
-#define ATHENA_CONTENT_SHELL_SHELL_APP_ACTIVITY_H_
-
-#include "athena/content/app_activity.h"
-
-#include "base/memory/scoped_ptr.h"
-
-namespace extensions {
-class AppWindow;
-}
-
-namespace athena {
-
-class ShellAppActivity : public AppActivity {
- public:
- explicit ShellAppActivity(extensions::AppWindow* app_window);
- virtual ~ShellAppActivity();
-
- private:
- // ActivityViewModel:
- virtual views::Widget* CreateWidget() OVERRIDE;
-
- // AppActivity:
- virtual views::WebView* GetWebView() OVERRIDE;
-
- extensions::AppWindow* app_window_;
-
- DISALLOW_COPY_AND_ASSIGN(ShellAppActivity);
-};
-
-} // namespace athena
-
-#endif // ATHENA_CONTENT_SHELL_SHELL_APP_ACTIVITY_H_
« 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