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

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

Issue 8400077: chromeos: Rename functions to be PascalCase. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 2 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
Index: chrome/browser/chromeos/login/login_utils.cc
diff --git a/chrome/browser/chromeos/login/login_utils.cc b/chrome/browser/chromeos/login/login_utils.cc
index 0b4a2adedeb62acd46297c5b0c1bec323f06b2e1..512189b3470fff3fcee8a31e1610c9dbde74af7f 100644
--- a/chrome/browser/chromeos/login/login_utils.cc
+++ b/chrome/browser/chromeos/login/login_utils.cc
@@ -385,7 +385,7 @@ class JobRestartRequest
private:
void RestartJob() {
if (BrowserThread::CurrentlyOn(BrowserThread::UI)) {
- DBusThreadManager::Get()->session_manager_client()->RestartJob(
+ DBusThreadManager::Get()->GetSessionManagerClient()->RestartJob(
pid_, command_line_);
} else {
// This function can be called on FILE thread. See PostTask in the
@@ -578,7 +578,7 @@ void LoginUtilsImpl::PrepareProfile(
if (CrosLibrary::Get()->EnsureLoaded()) {
btl->AddLoginTimeMarker("StartSession-Start", false);
- DBusThreadManager::Get()->session_manager_client()->StartSession(
+ DBusThreadManager::Get()->GetSessionManagerClient()->StartSession(
username);
btl->AddLoginTimeMarker("StartSession-End", false);
}
« no previous file with comments | « chrome/browser/chromeos/login/existing_user_controller.cc ('k') | chrome/browser/chromeos/login/screen_locker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698