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

Unified Diff: chrome/browser/chromeos/login/login_utils_browsertest.cc

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 | « no previous file | chrome/browser/rlz/rlz.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/login/login_utils_browsertest.cc
diff --git a/chrome/browser/chromeos/login/login_utils_browsertest.cc b/chrome/browser/chromeos/login/login_utils_browsertest.cc
index 38e728869e2be7f0de53fe4a77dffd2942d5cebb..2e3826ca7bdca3cd665baa00dc8fc7725e9f9443 100644
--- a/chrome/browser/chromeos/login/login_utils_browsertest.cc
+++ b/chrome/browser/chromeos/login/login_utils_browsertest.cc
@@ -586,7 +586,7 @@ TEST_F(LoginUtilsTest, RlzInitialized) {
// RLZ value for homepage access point should have been initialized.
base::string16 rlz_string;
EXPECT_TRUE(RLZTracker::GetAccessPointRlz(
- RLZTracker::CHROME_HOME_PAGE, &rlz_string));
+ RLZTracker::ChromeHomePage(), &rlz_string));
EXPECT_EQ(base::string16(), rlz_string);
}
#endif
« no previous file with comments | « no previous file | chrome/browser/rlz/rlz.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698