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

Unified Diff: blimp/net/blimp_transport.h

Issue 1696563002: Blimp: add support for SSL connections. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Reland (safe_json issue fixed). Created 4 years, 10 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 | « blimp/net/DEPS ('k') | blimp/net/exact_match_cert_verifier.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/net/blimp_transport.h
diff --git a/blimp/net/blimp_transport.h b/blimp/net/blimp_transport.h
index 83369124879facfa9de2539aa990d2b5b5332f29..8deabd5a5d5f92214cd89c8891443eac3b0f6372 100644
--- a/blimp/net/blimp_transport.h
+++ b/blimp/net/blimp_transport.h
@@ -35,7 +35,7 @@ class BlimpTransport {
virtual scoped_ptr<BlimpConnection> TakeConnection() = 0;
// Gets transport name, e.g. "TCP", "SSL", "mock", etc.
- virtual const std::string GetName() const = 0;
+ virtual const char* GetName() const = 0;
};
} // namespace blimp
« no previous file with comments | « blimp/net/DEPS ('k') | blimp/net/exact_match_cert_verifier.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698