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

Unified Diff: chrome/browser/rlz/rlz.h

Issue 292983003: Use different Access Point on iOS for phone and tablet (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 7 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/chromeos/login/login_utils_browsertest.cc ('k') | chrome/browser/rlz/rlz.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/rlz/rlz.h
diff --git a/chrome/browser/rlz/rlz.h b/chrome/browser/rlz/rlz.h
index 7415c5f11898a676a5e52ebd4d132a7ce0f7772e..b152bc28bf16170285926b920c590168e2ec4030 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
« no previous file with comments | « chrome/browser/chromeos/login/login_utils_browsertest.cc ('k') | chrome/browser/rlz/rlz.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698