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

Unified Diff: webkit/glue/web_intent_reply_data.h

Issue 10377180: Fix uninitialized member in ctor. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 7 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 | « content/browser/intents/internal_web_intents_dispatcher_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/web_intent_reply_data.h
diff --git a/webkit/glue/web_intent_reply_data.h b/webkit/glue/web_intent_reply_data.h
index 25688d1dec9a57366efa64b523d0fcf19fef289a..174ef0d67651c08c5bc4a12b51beff7b2239a9a8 100644
--- a/webkit/glue/web_intent_reply_data.h
+++ b/webkit/glue/web_intent_reply_data.h
@@ -23,6 +23,9 @@ enum WebIntentReplyType {
// Sent if the service contents is closed without any response being sent.
WEB_INTENT_SERVICE_CONTENTS_CLOSED,
+
+ // Invalid type. Use to initialize reply types.
+ WEB_INTENT_REPLY_INVALID,
James Hawkins 2012/05/16 23:18:31 nit: This should be the first type, so that if the
groby-ooo-7-16 2012/05/16 23:52:02 Done.
};
} // namespace webkit_glue
« no previous file with comments | « content/browser/intents/internal_web_intents_dispatcher_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698