blob: b24d74e6e82480c611e39473ee35f7a8c23f99c9 [file] [log] [blame]
// Copyright 2018 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.
#include "chrome/browser/ui/webui/chromeos/login/discover/discover_handler.h"
namespace {
const char kDiscoverJsPrefix[] = "discover.";
} // namespace
namespace chromeos {
DiscoverHandler::DiscoverHandler(const std::string& screen_name) {
set_call_js_prefix(kDiscoverJsPrefix + screen_name);
}
} // namespace chromeos