Commit c33c4fa5 authored by Jeremy Roman's avatar Jeremy Roman Committed by Commit Bot

Remove content::GinJavaBridgeDispatcher::OnSetAllowObjectContentsInspection.

It is unimplemented and unused.

Change-Id: I8b832a13db4d460d926dd3bd84a84ecd3acc7fb7
Reviewed-on: https://chromium-review.googlesource.com/844020Reviewed-by: default avatarRichard Coles <torne@chromium.org>
Commit-Queue: Jeremy Roman <jbroman@chromium.org>
Cr-Commit-Position: refs/heads/master@{#526484}
parent ec582893
......@@ -61,7 +61,6 @@ class GinJavaBridgeDispatcher
void OnAddNamedObject(const std::string& name,
ObjectID object_id);
void OnRemoveNamedObject(const std::string& name);
void OnSetAllowObjectContentsInspection(bool allow);
typedef std::map<std::string, ObjectID> NamedObjectMap;
NamedObjectMap named_objects_;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment