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

Unified Diff: chrome/android/java/ActivityTypeIds.template

Issue 103943006: Let MetricsService know about some Android Activities (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: NOTREACHED Created 7 years 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: chrome/android/java/ActivityTypeIds.template
diff --git a/chrome/android/java/ActivityTypeIds.template b/chrome/android/java/ActivityTypeIds.template
new file mode 100644
index 0000000000000000000000000000000000000000..2de736fef4590400de5bd23c65025530722d4cee
--- /dev/null
+++ b/chrome/android/java/ActivityTypeIds.template
@@ -0,0 +1,10 @@
+// Copyright 2013 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+package org.chromium.chrome.browser;
+
+public class ActivityTypeIds {
+#define DEFINE_ACTIVITY_TYPE_ID(id,value) public static final int ACTIVITY_TYPE_##id = value;
+#include "chrome/browser/android/activity_type_ids_definitions.h"
+}
« no previous file with comments | « no previous file | chrome/browser/android/activity_type_ids.h » ('j') | chrome/browser/metrics/metrics_service.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698