summaryrefslogtreecommitdiffstats
path: root/mojo/shell/connect_params.h
diff options
context:
space:
mode:
authorben <ben@chromium.org>2016-02-24 20:14:49 -0800
committerCommit bot <commit-bot@chromium.org>2016-02-25 04:16:46 +0000
commit0a390e6b9f4c6d11ffbd61d0828adc1b2f1aafef (patch)
treefe04a9194e65f573d129aaffbd065c76a2db92bc /mojo/shell/connect_params.h
parent0c8e440950082a2b7f5eae1410264f75acdd0885 (diff)
downloadchromium_src-0a390e6b9f4c6d11ffbd61d0828adc1b2f1aafef.zip
chromium_src-0a390e6b9f4c6d11ffbd61d0828adc1b2f1aafef.tar.gz
chromium_src-0a390e6b9f4c6d11ffbd61d0828adc1b2f1aafef.tar.bz2
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}
Diffstat (limited to 'mojo/shell/connect_params.h')
-rw-r--r--mojo/shell/connect_params.h3
1 files changed, 0 insertions, 3 deletions
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; }