1 // Copyright 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #ifndef CONTENT_RENDERER_WEB_UI_EXTENSION_H_
6 #define CONTENT_RENDERER_WEB_UI_EXTENSION_H_
10 #include "base/basictypes.h"
22 class WebUIExtension
{
24 static void Install(blink::WebFrame
* frame
);
27 static void Send(gin::Arguments
* args
);
28 static std::string
GetVariableValue(const std::string
& name
);
30 DISALLOW_IMPLICIT_CONSTRUCTORS(WebUIExtension
);
33 } // namespace content
35 #endif // CONTENT_RENDERER_WEB_UI_EXTENSION_H_