| Index: trunk/src/chrome/browser/extensions/scoped_gaia_auth_extension.cc
|
| ===================================================================
|
| --- trunk/src/chrome/browser/extensions/scoped_gaia_auth_extension.cc (revision 202963)
|
| +++ trunk/src/chrome/browser/extensions/scoped_gaia_auth_extension.cc (working copy)
|
| @@ -34,14 +34,7 @@
|
| if (command_line->HasSwitch(switches::kAuthExtensionPath)) {
|
| base::FilePath auth_extension_path =
|
| command_line->GetSwitchValuePath(switches::kAuthExtensionPath);
|
| - const std::string extension_id =
|
| - component_loader->AddOrReplace(auth_extension_path);
|
| -
|
| - if (extension_id.empty()) {
|
| - LOG(ERROR) << "Failed to load custom Gaia auth extension given by the "
|
| - << switches::kAuthExtensionPath << " flag: "
|
| - << auth_extension_path.value();
|
| - }
|
| + component_loader->Add(IDR_GAIA_TEST_AUTH_MANIFEST, auth_extension_path);
|
| return;
|
| }
|
|
|
|
|