// Copyright 2014 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "chrome/browser/external_protocol/external_protocol_observer.h" #include "chrome/browser/external_protocol/external_protocol_handler.h" WebContents; ExternalProtocolObserver::ExternalProtocolObserver(WebContents* web_contents) : … { … } ExternalProtocolObserver::~ExternalProtocolObserver() { … } void ExternalProtocolObserver::DidGetUserInteraction( const blink::WebInputEvent& event) { … } WEB_CONTENTS_USER_DATA_KEY_IMPL(ExternalProtocolObserver);