diff options
Diffstat (limited to 'chrome_frame/np_utils.h')
-rw-r--r-- | chrome_frame/np_utils.h | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/chrome_frame/np_utils.h b/chrome_frame/np_utils.h new file mode 100644 index 0000000..f2aa387 --- /dev/null +++ b/chrome_frame/np_utils.h @@ -0,0 +1,20 @@ +// Copyright (c) 2010 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 CHROME_FRAME_NP_UTILS_H_ +#define CHROME_FRAME_NP_UTILS_H_ + +#include <string> + +#include "base/basictypes.h" +#include "third_party/WebKit/WebCore/bridge/npapi.h" +#include "third_party/WebKit/WebCore/plugins/npfunctions.h" + +namespace np_utils { + +std::string GetLocation(NPP instance, NPObject* window); + +} // namespace np_utils + +#endif // CHROME_FRAME_NP_UTILS_H_
\ No newline at end of file |