// Copyright 2019 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // The user interface definition used for the session chooser. namespace remoting { namespace { const char UI[] = R"UI_Definition( False 600 400 dialog False vertical 2 False end gtk-ok True True True True True True 0 False False 0 True False True False True 1 True True in True True session_store browse 1 2 True True 2 )UI_Definition"; } // namespace } // namespace remoting