Use common code to set HttpNetworkSession::Param pointers.
[chromium-blink-merge.git] / content / renderer / chrome_object_extensions_utils.h
blobb21c6575d7a377bf6d836c216f7df15b4860bffa
1 // Copyright (c) 2014 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_CHROME_OBJECT_EXTENSIONS_UTILS_H_
6 #define CONTENT_RENDERER_CHROME_OBJECT_EXTENSIONS_UTILS_H_
8 #include "v8/include/v8.h"
10 namespace content {
12 v8::Local<v8::Object> GetOrCreateChromeObject(
13 v8::Isolate* isolate, v8::Local<v8::Object> global);
15 } // namespace content
17 #endif // CONTENT_RENDERER_CHROME_OBJECT_EXTENSIONS_UTILS_H_