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

Unified Diff: headless/public/util/maybe.h

Issue 1805983002: headless: Implement client API generation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Make PendingMessage moveable Created 4 years, 8 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
Index: headless/public/util/maybe.h
diff --git a/headless/public/util/maybe.h b/headless/public/util/maybe.h
index 18540a3634f4d6520db57f0ec9602cf89017102c..cbc043bc7aa3294fa6728b9cfcf09bdc7171e4f8 100644
--- a/headless/public/util/maybe.h
+++ b/headless/public/util/maybe.h
@@ -13,6 +13,7 @@
namespace headless {
// A simple Maybe which may or may not have a value. Based on v8::Maybe.
+// TODO(skyostil): Replace this with base::Optional once it is available.
template <typename T>
class Maybe {
public:

Powered by Google App Engine
This is Rietveld 408576698