diff options
Diffstat (limited to 'chrome/browser/rlz/rlz.h')
-rw-r--r-- | chrome/browser/rlz/rlz.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/browser/rlz/rlz.h b/chrome/browser/rlz/rlz.h index 7415c5f..b152bc2 100644 --- a/chrome/browser/rlz/rlz.h +++ b/chrome/browser/rlz/rlz.h @@ -60,10 +60,10 @@ class RLZTracker : public content::NotificationObserver { rlz_lib::Event event_id); // For the point parameter of RecordProductEvent. - static const rlz_lib::AccessPoint CHROME_OMNIBOX; - static const rlz_lib::AccessPoint CHROME_HOME_PAGE; + static rlz_lib::AccessPoint ChromeOmnibox(); #if !defined(OS_IOS) - static const rlz_lib::AccessPoint CHROME_APP_LIST; + static rlz_lib::AccessPoint ChromeHomePage(); + static rlz_lib::AccessPoint ChromeAppList(); #endif // Gets the HTTP header value that can be added to requests from the |