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

Side by Side Diff: rlz/lib/rlz_enums.h

Issue 220193005: Add RLZ Access points for the app launcher. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 6 years, 8 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 unified diff | Download patch
« no previous file with comments | « rlz/lib/lib_values.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef RLZ_LIB_RLZ_ENUMS_H_ 5 #ifndef RLZ_LIB_RLZ_ENUMS_H_
6 #define RLZ_LIB_RLZ_ENUMS_H_ 6 #define RLZ_LIB_RLZ_ENUMS_H_
7 7
8 namespace rlz_lib { 8 namespace rlz_lib {
9 9
10 // An Access Point offers a way to search using Google. 10 // An Access Point offers a way to search using Google.
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 PARTNER_AP_2, 53 PARTNER_AP_2,
54 PARTNER_AP_3, 54 PARTNER_AP_3,
55 PARTNER_AP_4, 55 PARTNER_AP_4,
56 PARTNER_AP_5, 56 PARTNER_AP_5,
57 57
58 CHROME_MAC_OMNIBOX, // Chrome searches through the address bar omnibox (Mac). 58 CHROME_MAC_OMNIBOX, // Chrome searches through the address bar omnibox (Mac).
59 CHROME_MAC_HOME_PAGE,// Chrome searches through Google as home page (Mac). 59 CHROME_MAC_HOME_PAGE,// Chrome searches through Google as home page (Mac).
60 60
61 CHROMEOS_OMNIBOX, // ChromeOS searches through the address bar omnibox. 61 CHROMEOS_OMNIBOX, // ChromeOS searches through the address bar omnibox.
62 CHROMEOS_HOME_PAGE, // ChromeOS searches through Google as home page. 62 CHROMEOS_HOME_PAGE, // ChromeOS searches through Google as home page.
63 CHROMEOS_RESERVED, // Reserved for ChromeOS. 63 CHROMEOS_APP_LIST, // ChromeOS searches through the app launcher search box.
64 64
65 CHROME_IOS_OMNIBOX, // Chrome searches through the address bar omnibox (iOS). 65 CHROME_IOS_OMNIBOX, // Chrome searches through the address bar omnibox (iOS).
66 CHROME_IOS_HOME_PAGE,// Chrome searches through Google as home page (iOS). 66 CHROME_IOS_HOME_PAGE,// Chrome searches through Google as home page (iOS).
67 67
68 CHROME_APP_LIST, // Chrome searches through the app launcher search box.
69 CHROME_MAC_APP_LIST, // Chrome searches through the app launcher search box
70 // (Mac).
71
68 // Unclaimed access points - should be used first before creating new APs. 72 // Unclaimed access points - should be used first before creating new APs.
69 // Please also make sure you re-name the enum before using an unclaimed value; 73 // Please also make sure you re-name the enum before using an unclaimed value;
70 // this acts as a check to ensure we don't have collisions. 74 // this acts as a check to ensure we don't have collisions.
71 UNDEFINED_AP_O,
72 UNDEFINED_AP_P,
73 UNDEFINED_AP_Q, 75 UNDEFINED_AP_Q,
74 UNDEFINED_AP_R, 76 UNDEFINED_AP_R,
75 UNDEFINED_AP_S, 77 UNDEFINED_AP_S,
76 UNDEFINED_AP_T, 78 UNDEFINED_AP_T,
77 UNDEFINED_AP_U, 79 UNDEFINED_AP_U,
78 UNDEFINED_AP_V, 80 UNDEFINED_AP_V,
79 UNDEFINED_AP_W, 81 UNDEFINED_AP_W,
80 UNDEFINED_AP_X, 82 UNDEFINED_AP_X,
81 UNDEFINED_AP_Y, 83 UNDEFINED_AP_Y,
82 UNDEFINED_AP_Z, 84 UNDEFINED_AP_Z,
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
126 REPORT_RLS, // Report old system "RLS" financial value for this point. 128 REPORT_RLS, // Report old system "RLS" financial value for this point.
127 // New Events should be added here without changing existing enums, 129 // New Events should be added here without changing existing enums,
128 // before LAST_EVENT. 130 // before LAST_EVENT.
129 ACTIVATE, // Product being used for a period of time. 131 ACTIVATE, // Product being used for a period of time.
130 LAST_EVENT 132 LAST_EVENT
131 }; 133 };
132 134
133 } // namespace rlz_lib 135 } // namespace rlz_lib
134 136
135 #endif // RLZ_LIB_RLZ_ENUMS_H_ 137 #endif // RLZ_LIB_RLZ_ENUMS_H_
OLDNEW
« no previous file with comments | « rlz/lib/lib_values.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698