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

Unified Diff: athena/content/web_activity.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: 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/content/web_activity.h ('k') | athena/extensions/chrome/athena_apps_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: athena/content/web_activity.cc
diff --git a/athena/content/web_activity.cc b/athena/content/web_activity.cc
index 50d71c925d27efe11e4712b55be55b2b74c310f3..6d8b217782d60034a767c513cd72e7b78da87925 100644
--- a/athena/content/web_activity.cc
+++ b/athena/content/web_activity.cc
@@ -472,6 +472,10 @@ views::View* WebActivity::GetContentsView() {
return web_view_;
}
+views::Widget* WebActivity::CreateWidget() {
+ return NULL; // Use default widget.
+}
+
void WebActivity::CreateOverviewModeImage() {
// TODO(skuhne): Create an overview.
}
« no previous file with comments | « athena/content/web_activity.h ('k') | athena/extensions/chrome/athena_apps_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698