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

Unified Diff: chrome/browser/extensions/api/networking_private/networking_private_apitest.cc

Issue 24637004: cryptohome: Merge FakeCryptohomeClient and CryptohomeClinentStubImpl (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix gyp Created 7 years, 3 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/policy/enterprise_install_attributes_unittest.cc ('k') | chromeos/chromeos.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/api/networking_private/networking_private_apitest.cc
diff --git a/chrome/browser/extensions/api/networking_private/networking_private_apitest.cc b/chrome/browser/extensions/api/networking_private/networking_private_apitest.cc
index 56c6fb96df46705e51e82c6176658e7e4547ebd7..4d4715a06ebcf6489534e7329118100329472aca 100644
--- a/chrome/browser/extensions/api/networking_private/networking_private_apitest.cc
+++ b/chrome/browser/extensions/api/networking_private/networking_private_apitest.cc
@@ -78,7 +78,7 @@ class ExtensionNetworkingPrivateApiTest :
// uses the ProfileHelper to obtain the userhash crbug/238623.
std::string login_user =
command_line->GetSwitchValueNative(switches::kLoginUser);
- // Do the same as CryptohomeClientStubImpl::GetSanitizedUsername
+ // Do the same as FakeCryptohomeClient::GetSanitizedUsername
std::string sanitized_user = login_user + kUserIdStubHashSuffix;
pneubeck (no reviews) 2013/09/26 12:47:19 I think, I did this. I'm not sure whether the stat
satorux1 2013/09/27 02:31:01 Done.
command_line->AppendSwitchASCII(switches::kLoginProfile, sanitized_user);
if (GetParam())
« no previous file with comments | « chrome/browser/chromeos/policy/enterprise_install_attributes_unittest.cc ('k') | chromeos/chromeos.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698