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

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

Issue 558243002: V2 app support step2 : Use NativeAppWindow for Activity's window. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: addressed comment 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/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 12b8ceda8e17324cca7489e6742273d0988cec22..34062447bd6d448ff6eed16d036960f7d45301e5 100644
--- a/athena/activity/public/activity_view_model.h
+++ b/athena/activity/public/activity_view_model.h
@@ -16,6 +16,7 @@ class ImageSkia;
namespace views {
class View;
+class Widget;
}
namespace athena {
@@ -46,6 +47,10 @@ class ATHENA_EXPORT ActivityViewModel {
// be deleted by the resource manager.
virtual views::View* GetContentsView() = 0;
+ // Creates a custom widget for the activity. Returns NULL to use default
+ // implementation.
+ virtual views::Widget* CreateWidget() = 0;
+
// This gets called before the Activity gets (partially) thrown out of memory
// to create a preview image of the activity. Note that even if this function
// gets called, |GetOverviewModeImage()| could still return an empty image.
« no previous file with comments | « athena/activity/public/activity_factory.h ('k') | athena/athena.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698