From 0a390e6b9f4c6d11ffbd61d0828adc1b2f1aafef Mon Sep 17 00:00:00 2001 From: ben Date: Wed, 24 Feb 2016 20:14:49 -0800 Subject: Remove CapabilityFilter from Connect() It's supplied by the package manifest now so isn't needed for every Connect() call. BTW it's still passed for CreateInstanceForHandle() (can't see a way around that, yet). This disables the CapabilityFilter tests which assume that this works, I need to rewrite all the shell tests now it's completely different. BUG= CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:linux_site_isolation Review URL: https://codereview.chromium.org/1734643003 Cr-Commit-Position: refs/heads/master@{#377502} --- mojo/shell/connect_params.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'mojo/shell/connect_params.h') diff --git a/mojo/shell/connect_params.h b/mojo/shell/connect_params.h index af45214..8ff0fbb 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; } -- cgit v1.1