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

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

Issue 11645040: RLZ on ChromeOS-related polishing. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix RlzInitialized being hung Created 8 years 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/mock_login_utils.h ('k') | 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/test_login_utils.cc
diff --git a/chrome/browser/chromeos/login/test_login_utils.cc b/chrome/browser/chromeos/login/test_login_utils.cc
index d4f8494f411925dc4bd9375e37bba8d1415f3dc6..defc3c070e962db99c11fe7950fa72b748571156 100644
--- a/chrome/browser/chromeos/login/test_login_utils.cc
+++ b/chrome/browser/chromeos/login/test_login_utils.cc
@@ -39,6 +39,9 @@ scoped_refptr<Authenticator> TestLoginUtils::CreateAuthenticator(
consumer, expected_username_, expected_password_);
}
+void TestLoginUtils::InitRlzDelayed(Profile* user_profile) {
+}
+
std::string TestLoginUtils::GetOffTheRecordCommandLine(
const GURL& start_url,
const CommandLine& base_command_line,
@@ -46,9 +49,6 @@ std::string TestLoginUtils::GetOffTheRecordCommandLine(
return std::string();
}
-void TestLoginUtils::InitRlzDelayed(Profile* user_profile) {
-}
-
void TestLoginUtils::StopBackgroundFetchers() {
}
« no previous file with comments | « chrome/browser/chromeos/login/mock_login_utils.h ('k') | chrome/browser/rlz/rlz.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698