The generated mojo for my mojom:
interface WiFiCredentialsGetter {
const string kTestWiFiNetwork = "my-test-wifi-network";
};
was ...
class WiFiCredentialsGetter : public WiFiCredentialsGetterInterfaceBase {
public:
// yada yada ...
static const char* kTestWiFiNetwork;
};
Perhaps we need a better type for the string in this case?
Comment 1 by sa...@chromium.org
, Jan 19 2017Status: Started (was: Untriaged)