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

Unified Diff: samples/pop_pop_win/lib/platform_target.dart

Issue 200723008: samples/poppopwin: upgrade to first-class sample (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: fixed pkgbuild.status for rename Created 6 years, 9 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 | « samples/pop_pop_win/lib/html.dart ('k') | samples/pop_pop_win/lib/poppopwin.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: samples/pop_pop_win/lib/platform_target.dart
diff --git a/samples/third_party/pop-pop-win/lib/platform_target.dart b/samples/pop_pop_win/lib/platform_target.dart
similarity index 83%
rename from samples/third_party/pop-pop-win/lib/platform_target.dart
rename to samples/pop_pop_win/lib/platform_target.dart
index 4d0b6640e54f58a6c731951361a0df6f2c369c50..c99d9e0e29918bdbd923cbd836c77b59ff298caa 100644
--- a/samples/third_party/pop-pop-win/lib/platform_target.dart
+++ b/samples/pop_pop_win/lib/platform_target.dart
@@ -22,12 +22,6 @@ abstract class PlatformTarget {
Future<String> getValue(String key);
- void trackAnalyticsEvent(String category, String action, [String label,
- int value]) {
- print('Analytics:: '
- 'category: $category; action: $action; label: $label; value: $value');
- }
-
bool get renderBig;
bool get showAbout;
« no previous file with comments | « samples/pop_pop_win/lib/html.dart ('k') | samples/pop_pop_win/lib/poppopwin.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698