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

Unified Diff: trunk/src/athena/content/web_activity.cc

Issue 497013002: Revert 291221 "Athena: Adding basic resource management framewor..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 4 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 | « trunk/src/athena/content/web_activity.h ('k') | trunk/src/athena/main/athena_launcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/athena/content/web_activity.cc
===================================================================
--- trunk/src/athena/content/web_activity.cc (revision 291366)
+++ trunk/src/athena/content/web_activity.cc (working copy)
@@ -347,10 +347,6 @@
return Activity::ACTIVITY_MEDIA_STATE_NONE;
}
-aura::Window* WebActivity::GetWindow() {
- return !web_view_ ? NULL : web_view_->GetWidget()->GetNativeWindow();
-}
-
void WebActivity::Init() {
DCHECK(web_view_);
web_view_->InstallAccelerators();
« no previous file with comments | « trunk/src/athena/content/web_activity.h ('k') | trunk/src/athena/main/athena_launcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698