Random cleanup around google_apis/drive and c/b/drive.
[chromium-blink-merge.git] / chrome / renderer / principals_extension_bindings.h
blob0884896f8ef989ab6a80ab7e39939eb6b045484c
1 // Copyright 2013 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 // A v8 extension to expose Chrome account management functions.
7 #ifndef CHROME_RENDERER_PRINCIPALS_EXTENSION_BINDINGS_H_
8 #define CHROME_RENDERER_PRINCIPALS_EXTENSION_BINDINGS_H_
10 namespace v8 {
11 class Extension;
14 namespace extensions_v8 {
16 class PrincipalsExtension {
17 public:
18 static v8::Extension* Get();
21 } // namespace extensions_v8
23 #endif // CHROME_RENDERER_PRINCIPALS_EXTENSION_BINDINGS_H_