| Index: content/renderer/introducer_dispatcher.h
|
| ===================================================================
|
| --- content/renderer/introducer_dispatcher.h (revision 0)
|
| +++ content/renderer/introducer_dispatcher.h (revision 0)
|
| @@ -0,0 +1,16 @@
|
| +// Copyright (c) 2011 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.
|
| +
|
| +#ifndef CONTENT_RENDERER_INTRODUCER_DISPATCHER_H_
|
| +#define CONTENT_RENDERER_INTRODUCER_DISPATCHER_H_
|
| +#pragma once
|
| +
|
| +namespace WebKit {
|
| +class WebIntroducer;
|
| +}
|
| +class RenderView;
|
| +
|
| +WebKit::WebIntroducer* makeIntroducerDispatcher(RenderView* render_view);
|
| +
|
| +#endif // CONTENT_RENDERER_INTRODUCER_DISPATCHER_H_
|
|
|
| Property changes on: content/renderer/introducer_dispatcher.h
|
| ___________________________________________________________________
|
| Added: svn:eol-style
|
| + LF
|
|
|
|
|