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

Unified Diff: athena/content/web_activity.h

Issue 335003003: Introduces AppActivity and handler of chrome.shell API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 6 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/public/content_activity_factory.h ('k') | athena/main/DEPS » ('j') | no next file with comments »
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 af012d9f54f307e0ee4d6a5158beb8ac33dc02e1..840cceefb3862f4e5f23f6d8780aada9c2c8309e 100644
--- a/athena/content/web_activity.h
+++ b/athena/content/web_activity.h
@@ -11,6 +11,7 @@
namespace content {
class BrowserContext;
+class WebContents;
}
namespace views {
@@ -44,6 +45,7 @@ class WebActivity : public Activity,
private:
content::BrowserContext* browser_context_;
+ content::WebContents* web_contents_;
const GURL url_;
views::WebView* web_view_;
« no previous file with comments | « athena/content/public/content_activity_factory.h ('k') | athena/main/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698