summaryrefslogtreecommitdiffstats
path: root/cc/trees/proxy.h
diff options
context:
space:
mode:
Diffstat (limited to 'cc/trees/proxy.h')
-rw-r--r--cc/trees/proxy.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cc/trees/proxy.h b/cc/trees/proxy.h
index cb7152d..27144aa 100644
--- a/cc/trees/proxy.h
+++ b/cc/trees/proxy.h
@@ -83,6 +83,8 @@ class CC_EXPORT Proxy {
TopControlsState current,
bool animate) = 0;
+ virtual void SetOutputIsSecure(bool output_is_secure) = 0;
+
// Testing hooks
virtual bool MainFrameWillHappenForTesting() = 0;
};