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

Unified Diff: athena/content/web_activity.h

Issue 603033002: Get FileSelect dialog work on athena (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/web_activity.h
diff --git a/athena/content/web_activity.h b/athena/content/web_activity.h
index 4c23e81aa346ac877cc27fd4972c1628c2efa988..70f620c449276b542dad090f1274b8876f97cde4 100644
--- a/athena/content/web_activity.h
+++ b/athena/content/web_activity.h
@@ -55,6 +55,7 @@ class WebActivity : public Activity,
virtual bool IsVisible() OVERRIDE;
virtual ActivityMediaState GetMediaState() OVERRIDE;
virtual aura::Window* GetWindow() OVERRIDE;
+ virtual content::WebContents* GetWebContents() OVERRIDE;
// ActivityViewModel:
virtual void Init() OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698