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

Unified Diff: athena/test/base/sample_activity.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
« no previous file with comments | « athena/test/base/sample_activity.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: athena/test/base/sample_activity.cc
diff --git a/athena/test/base/sample_activity.cc b/athena/test/base/sample_activity.cc
index 060fded4296f3c5deb910ab74f49c69e01bf83ac..f705c48b7cf7c52c956ed9993f75c51c1d6f177d 100644
--- a/athena/test/base/sample_activity.cc
+++ b/athena/test/base/sample_activity.cc
@@ -72,6 +72,9 @@ gfx::ImageSkia SampleActivity::GetIcon() const {
return gfx::ImageSkia();
}
+void SampleActivity::SetActivityView(ActivityView* view) {
+}
+
bool SampleActivity::UsesFrame() const {
return true;
}
« no previous file with comments | « athena/test/base/sample_activity.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698