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

Unified Diff: athena/content/app_activity_proxy.cc

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: 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
Index: athena/content/app_activity_proxy.cc
diff --git a/athena/content/app_activity_proxy.cc b/athena/content/app_activity_proxy.cc
index bf08a592c1cb28d141630ccd6229e95978b2e1f7..491aaefd3809e357839e41eff72a96a3375a8d34 100644
--- a/athena/content/app_activity_proxy.cc
+++ b/athena/content/app_activity_proxy.cc
@@ -84,6 +84,10 @@ views::View* AppActivityProxy::GetContentsView() {
return view_;
}
+views::Widget* AppActivityProxy::CreateWidget() {
+ return NULL;
+}
+
void AppActivityProxy::CreateOverviewModeImage() {
// Nothing we can do here.
}

Powered by Google App Engine
This is Rietveld 408576698