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

Unified Diff: athena/content/web_activity.h

Issue 398603002: athena: Handle WebContents created for new windows and create activities for these. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add WebView::SwapWebContents to allow AthenaWebView to replace owned WebContents. Created 6 years, 5 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 | « no previous file | athena/content/web_activity.cc » ('j') | ui/views/controls/webview/webview.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: athena/content/web_activity.h
diff --git a/athena/content/web_activity.h b/athena/content/web_activity.h
index 850f93af69ddd536e73717d71e3a72389deffa19..45407a487f8d7801342250d144597211fa34a042 100644
--- a/athena/content/web_activity.h
+++ b/athena/content/web_activity.h
@@ -29,6 +29,7 @@ class WebActivity : public Activity,
public content::WebContentsObserver {
public:
WebActivity(content::BrowserContext* context, const GURL& gurl);
+ WebActivity(AthenaWebView* web_view);
virtual ~WebActivity();
protected:
« no previous file with comments | « no previous file | athena/content/web_activity.cc » ('j') | ui/views/controls/webview/webview.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698