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

Unified Diff: mojo/shell/identity.cc

Issue 1307273004: Group ConnectToApplication-related info into a params struct. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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 | « mojo/shell/identity.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/identity.cc
diff --git a/mojo/shell/identity.cc b/mojo/shell/identity.cc
index 8bb4be973e946f3b8147e43249f6d48a42a50b7f..b3d045094ae16f63fa3c8b11a7726b8bad9a60b5 100644
--- a/mojo/shell/identity.cc
+++ b/mojo/shell/identity.cc
@@ -9,6 +9,8 @@
namespace mojo {
namespace shell {
+Identity::Identity() {}
+
Identity::Identity(const GURL& in_url, const std::string& in_qualifier)
: url(GetBaseURLAndQuery(in_url, nullptr)),
qualifier(in_qualifier.empty() ? url.spec() : in_qualifier) {}
« no previous file with comments | « mojo/shell/identity.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698