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

Unified Diff: mojo/shell/connect_params.h

Issue 1734643003: Remove CapabilityFilter from Connect() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@13connector2
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
« no previous file with comments | « mojo/shell/background/background_shell.cc ('k') | mojo/shell/connect_params.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/connect_params.h
diff --git a/mojo/shell/connect_params.h b/mojo/shell/connect_params.h
index af452146c2f7535eab0a4bb4a61e12475e51b2ce..8ff0fbbb656fe70775a9c8cc013f1ae1b7556ec1 100644
--- a/mojo/shell/connect_params.h
+++ b/mojo/shell/connect_params.h
@@ -28,9 +28,6 @@ class ConnectParams {
ConnectParams();
~ConnectParams();
- // The following methods set both |target_| and |target_url_request_|.
- void SetTargetURL(const GURL& target_url);
-
void set_source(const Identity& source) { source_ = source; }
const Identity& source() const { return source_; }
void set_target(const Identity& target) { target_ = target; }
« no previous file with comments | « mojo/shell/background/background_shell.cc ('k') | mojo/shell/connect_params.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698