| Index: chrome/browser/rlz/rlz.h
|
| diff --git a/chrome/browser/rlz/rlz.h b/chrome/browser/rlz/rlz.h
|
| index 88bc3c2376e4ec7700e44cb989728b60b18f3497..2c0a7431164db4d356b2b66475bfbf523f69ab40 100644
|
| --- a/chrome/browser/rlz/rlz.h
|
| +++ b/chrome/browser/rlz/rlz.h
|
| @@ -49,6 +49,10 @@ class RLZTracker : public content::NotificationObserver {
|
| rlz_lib::AccessPoint point,
|
| 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;
|
| +
|
| // Get the RLZ value of the access point.
|
| // Returns false if the rlz string could not be obtained. In some cases
|
| // an empty string can be returned which is not an error.
|
|
|