Chromium Code Reviews| Index: chrome/browser/android/activity_type_id_list.h |
| diff --git a/chrome/browser/android/activity_type_id_list.h b/chrome/browser/android/activity_type_id_list.h |
| deleted file mode 100644 |
| index 805e15e39154185cfdf971ec513f3d69274b922a..0000000000000000000000000000000000000000 |
| --- a/chrome/browser/android/activity_type_id_list.h |
| +++ /dev/null |
| @@ -1,19 +0,0 @@ |
| -// Copyright 2014 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. |
| - |
| -// Intentionally no include guards because this file is meant to be included |
| -// inside a macro to generate enum values. |
| - |
| -// Define Activities we are interested in tracking. IDs are assigned |
|
Yaron
2014/10/15 02:36:49
This comment was lost
Yaron
2014/10/15 18:31:57
bump
mkosiba (inactive)
2014/10/16 12:45:07
Not sure how I missed these comments, thanks for b
|
| -// consecutively, from NONE to MAX_VALUE. Activities that are not explicitly |
| -// defined are all assigned the UNKNOWN value. When adding new ones, make sure |
| -// to append them after current Activities and to update the |AndroidActivityId| |
| -// enum in |histograms.xml|. |
| -DEFINE_ACTIVITY_ID(NONE, 0) |
| -DEFINE_ACTIVITY_ID(UNKNOWN, 1) |
| -DEFINE_ACTIVITY_ID(MAIN, 2) |
| -DEFINE_ACTIVITY_ID(PREFERENCES, 3) |
| -DEFINE_ACTIVITY_ID(WEBAPPACTIVITY, 4) |
| -DEFINE_ACTIVITY_ID(FULLSCREENACTIVITY, 5) |
| -DEFINE_ACTIVITY_ID(MAX_VALUE, 6) |