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

Unified Diff: athena/content/app_activity_proxy.cc

Issue 694413005: athena: Introduce ActivityView. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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/app_activity_proxy.cc
diff --git a/athena/content/app_activity_proxy.cc b/athena/content/app_activity_proxy.cc
index 77953ced19921c51c87baea81eca70fa0feff2d2..12438d1f8724c831e6c97b8a480c037dc7f0f919 100644
--- a/athena/content/app_activity_proxy.cc
+++ b/athena/content/app_activity_proxy.cc
@@ -84,6 +84,9 @@ gfx::ImageSkia AppActivityProxy::GetIcon() const {
return gfx::ImageSkia();
}
+void AppActivityProxy::SetActivityView(ActivityView* view) {
+}
+
bool AppActivityProxy::UsesFrame() const {
return true;
}

Powered by Google App Engine
This is Rietveld 408576698