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

Unified Diff: athena/content/shell/shell_app_activity.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/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
index f91c555df2a6bfa224400677f37d7d1825afa032..336293e0bd66e3c0e6cdf377cf9eb222f669e931 100644
--- a/athena/content/shell/shell_app_activity.h
+++ b/athena/content/shell/shell_app_activity.h
@@ -22,8 +22,11 @@ class ShellAppActivity : public AppActivity {
virtual ~ShellAppActivity();
private:
+ // ActivityViewModel:
+ virtual views::Widget* CreateWidget() OVERRIDE;
+
// AppActivity:
- virtual content::WebContents* GetWebContents() OVERRIDE;
+ virtual views::WebView* GetWebView() OVERRIDE;
scoped_ptr<extensions::ShellAppWindow> shell_app_window_;
« 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