plugin_installer_unittest.cc | 68 const std::string& download_error() const { return download_error_; } function in class:__anon9020::TestPluginInstallerObserver 152 EXPECT_EQ("Error 20: NETWORK_FAILED", installer_observer.download_error()); 188 EXPECT_EQ("NETWORK_FAILED", installer_observer.download_error());
|