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

Unified Diff: athena/activity/public/activity_view_model.h

Issue 314303004: Use webview in web activity (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 6 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/activity_view_manager_impl.cc ('k') | athena/athena.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: athena/activity/public/activity_view_model.h
diff --git a/athena/activity/public/activity_view_model.h b/athena/activity/public/activity_view_model.h
index 8384bba8d8a4fd1f7b436d33a58963f2f6c474ce..b7eb2212a8cf4ac0d864a1c851fe9e81dd9765eb 100644
--- a/athena/activity/public/activity_view_model.h
+++ b/athena/activity/public/activity_view_model.h
@@ -11,8 +11,8 @@
typedef unsigned int SkColor;
-namespace aura {
-class Window;
+namespace views {
+class View;
}
namespace athena {
@@ -27,8 +27,8 @@ class ATHENA_EXPORT ActivityViewModel {
// Returns a title for the activity.
virtual std::string GetTitle() = 0;
- // Returns the native window containing the activity.
- virtual aura::Window* GetNativeWindow() = 0;
+ // Returns the contents view.
+ virtual views::View* GetContentsView() = 0;
};
} // namespace athena
« no previous file with comments | « athena/activity/activity_view_manager_impl.cc ('k') | athena/athena.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698