| Index: chrome/browser/rlz/rlz.h
|
| diff --git a/chrome/browser/rlz/rlz.h b/chrome/browser/rlz/rlz.h
|
| index c7ab798978ca099f6181668e039ee263cb9dffbf..f2aaf3dd730ac9f0a29b4d8e7f424f0f3afc794e 100644
|
| --- a/chrome/browser/rlz/rlz.h
|
| +++ b/chrome/browser/rlz/rlz.h
|
| @@ -62,6 +62,7 @@ class RLZTracker : public content::NotificationObserver {
|
| // For the point parameter of RecordProductEvent.
|
| static const rlz_lib::AccessPoint CHROME_OMNIBOX;
|
| static const rlz_lib::AccessPoint CHROME_HOME_PAGE;
|
| + static const rlz_lib::AccessPoint CHROME_APP_LIST;
|
|
|
| // Gets the HTTP header value that can be added to requests from the
|
| // specific access point. The string returned is of the form:
|
|
|