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

Unified Diff: rlz/lib/rlz_enums.h

Issue 11365107: [cros] RlzValueStore implementation for ChromeOS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Revert to Chrome-only Created 8 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 | « rlz/lib/lib_values.cc ('k') | rlz/lib/rlz_lib.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: rlz/lib/rlz_enums.h
diff --git a/rlz/lib/rlz_enums.h b/rlz/lib/rlz_enums.h
index 630db11a1222865afcfc6dd931d19da8f4659a43..0fd0513cc01b430d7bc469a71c2876387947ad6f 100644
--- a/rlz/lib/rlz_enums.h
+++ b/rlz/lib/rlz_enums.h
@@ -21,8 +21,8 @@ enum AccessPoint {
GD_SEARCH_GADGET, // Search gadget when GD in sidebar mode.
GD_WEB_SERVER, // Boxes in web pages shown by local GD web server.
GD_OUTLOOK, // Search box installed within outlook by GD.
- CHROME_OMNIBOX, // Chrome searches through the address bar omnibox.
- CHROME_HOME_PAGE, // Chrome searches through Google as home page.
+ CHROME_OMNIBOX, // Chrome searches through the address bar omnibox (Win).
+ CHROME_HOME_PAGE, // Chrome searches through Google as home page (Win).
FFTB2_BOX, // Firefox Toolbar v2 Search Box.
FFTB3_BOX, // Firefox Toolbar v3+ Search Box.
PINYIN_IME_BHO, // Goopy Input Method Editor BHO (Pinyin).
@@ -55,15 +55,16 @@ enum AccessPoint {
PARTNER_AP_4,
PARTNER_AP_5,
- CHROME_MAC_OMNIBOX, // Chrome searches through the address bar omnibox (mac).
- CHROME_MAC_HOME_PAGE,// Chrome searches through Google as home page (mac).
+ CHROME_MAC_OMNIBOX, // Chrome searches through the address bar omnibox (Mac).
+ CHROME_MAC_HOME_PAGE,// Chrome searches through Google as home page (Mac).
+
+ CHROMEOS_OMNIBOX, // ChromeOS searches through the address bar omnibox.
+ CHROMEOS_HOME_PAGE, // ChromeOS searches through Google as home page.
+ CHROMEOS_RESERVED, // Reserved for ChromeOS.
// Unclaimed access points - should be used first before creating new APs.
// Please also make sure you re-name the enum before using an unclaimed value;
// this acts as a check to ensure we don't have collisions.
- UNDEFINED_AP_J,
- UNDEFINED_AP_K,
- UNDEFINED_AP_L,
UNDEFINED_AP_M,
UNDEFINED_AP_N,
UNDEFINED_AP_O,
« no previous file with comments | « rlz/lib/lib_values.cc ('k') | rlz/lib/rlz_lib.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698