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

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: Fix review nit. 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..5be730d86be55955ebe949242d2badb0dbcf8ae0 100644
--- a/webkit/glue/web_intent_reply_data.h
+++ b/webkit/glue/web_intent_reply_data.h
@@ -12,6 +12,9 @@ namespace webkit_glue {
// Constant values use to indicate what type of reply the caller is getting from
// the web intents service page.
enum WebIntentReplyType {
+ // Invalid type. Use to initialize reply types.
+ WEB_INTENT_REPLY_INVALID,
+
// Sent for a reply message (success).
WEB_INTENT_REPLY_SUCCESS,
« 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