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

Unified Diff: mojo/shell/connect_params.h

Issue 1719193003: Add a user id parameter to connections (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 10 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: mojo/shell/connect_params.h
diff --git a/mojo/shell/connect_params.h b/mojo/shell/connect_params.h
index 172df1fb92b16a7e6a6ab72d3fd19c59b6a9a824..118108c7d60edbdfe6ebf48a9862a9ff274289c4 100644
--- a/mojo/shell/connect_params.h
+++ b/mojo/shell/connect_params.h
@@ -28,9 +28,6 @@ class ConnectParams {
ConnectParams();
~ConnectParams();
- // Sets |source_|. If |source| is null, |source_| is reset.
- void SetSource(ApplicationInstance* source);
-
// The following methods set both |target_| and |target_url_request_|.
void SetTargetURL(const GURL& target_url);

Powered by Google App Engine
This is Rietveld 408576698