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

Unified Diff: blimp/common/create_blimp_message.h

Issue 1492643003: [Blimp Net] Add EngineAuthHandler. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addresses comments and adds unit tests Created 5 years 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 | « no previous file | blimp/common/create_blimp_message.cc » ('j') | blimp/common/proto/protocol_control.proto » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/common/create_blimp_message.h
diff --git a/blimp/common/create_blimp_message.h b/blimp/common/create_blimp_message.h
index 1e638d550244ddcb4c48957526c2f3b97c2c6417..960cd2dc829ad940e199c38455b6acc1750470b3 100644
--- a/blimp/common/create_blimp_message.h
+++ b/blimp/common/create_blimp_message.h
@@ -14,6 +14,7 @@ class BlimpMessage;
class CompositorMessage;
class InputMessage;
class RenderWidgetMessage;
+class StartConnectionMessage;
// Suite of helper methods to simplify the repetitive task of creating
// new BlimpMessages, initializing them, and extracting type-specific
@@ -38,6 +39,9 @@ BLIMP_COMMON_EXPORT scoped_ptr<BlimpMessage> CreateBlimpMessage(
RenderWidgetMessage** render_widget_message,
int target_tab_id);
+BLIMP_COMMON_EXPORT scoped_ptr<BlimpMessage> CreateBlimpMessage(
+ StartConnectionMessage** start_connection_message);
Wez 2015/12/08 00:31:41 Presumably we want to allow the caller to pass in
haibinlu 2015/12/08 01:54:50 Update new method name. Shall we use separate CL f
+
} // namespace blimp
#endif // BLIMP_COMMON_CREATE_BLIMP_MESSAGE_H_
« no previous file with comments | « no previous file | blimp/common/create_blimp_message.cc » ('j') | blimp/common/proto/protocol_control.proto » ('J')

Powered by Google App Engine
This is Rietveld 408576698