Commit 9780c0f7 authored by hanxi's avatar hanxi Committed by Commit bot

Move guest_view_internal_api to extensions.

BUG=352293

Review URL: https://codereview.chromium.org/494853004

Cr-Commit-Position: refs/heads/master@{#292640}
parent 43561051
......@@ -295,8 +295,6 @@
'browser/extensions/api/gcd_private/gcd_private_api.h',
'browser/extensions/api/gcm/gcm_api.cc',
'browser/extensions/api/gcm/gcm_api.h',
'browser/extensions/api/guest_view/guest_view_internal_api.cc',
'browser/extensions/api/guest_view/guest_view_internal_api.h',
'browser/extensions/api/history/history_api.cc',
'browser/extensions/api/history/history_api.h',
'browser/extensions/api/hotword_private/hotword_private_api.cc',
......
......@@ -61,7 +61,6 @@
'font_settings.json',
'gcd_private.idl',
'gcm.json',
'guest_view_internal.json',
'hangouts_private.idl',
'history.json',
'hotword_private.idl',
......
fsamuel@chromium.org
lazyboy@chromium.org
hanxi@chromium.org
wjmaclean@chromium.org
lfg@chromium.org
......@@ -2,17 +2,16 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "chrome/browser/extensions/api/guest_view/guest_view_internal_api.h"
#include "extensions/browser/api/guest_view/guest_view_internal_api.h"
#include "chrome/browser/profiles/profile.h"
#include "chrome/common/extensions/api/guest_view_internal.h"
#include "content/public/browser/render_process_host.h"
#include "content/public/browser/render_view_host.h"
#include "extensions/browser/guest_view/guest_view_base.h"
#include "extensions/browser/guest_view/guest_view_manager.h"
#include "extensions/common/api/guest_view_internal.h"
#include "extensions/common/permissions/permissions_data.h"
namespace guest_view_internal = extensions::api::guest_view_internal;
namespace guest_view_internal = extensions::core_api::guest_view_internal;
namespace extensions {
......
......@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef CHROME_BROWSER_EXTENSIONS_API_GUEST_VIEW_GUEST_VIEW_INTERNAL_API_H_
#define CHROME_BROWSER_EXTENSIONS_API_GUEST_VIEW_GUEST_VIEW_INTERNAL_API_H_
#ifndef EXTENSIONS_BROWSER_API_GUEST_VIEW_GUEST_VIEW_INTERNAL_API_H_
#define EXTENSIONS_BROWSER_API_GUEST_VIEW_GUEST_VIEW_INTERNAL_API_H_
#include "extensions/browser/extension_function.h"
......@@ -41,4 +41,4 @@ class GuestViewInternalSetAutoSizeFunction : public AsyncExtensionFunction {
} // namespace extensions
#endif // CHROME_BROWSER_EXTENSIONS_API_GUEST_VIEW_GUEST_VIEW_INTERNAL_API_H_
#endif // EXTENSIONS_BROWSER_API_GUEST_VIEW_GUEST_VIEW_INTERNAL_API_H_
per-file *view*.json=fsamuel@chromium.org
per-file *view*.json=lazyboy@chromium.org
per-file *view*.json=hanxi@chromium.org
per-file *view*.json=wjmaclean@chromium.org
per-file *view*.json=lfg@chromium.org
......@@ -6,7 +6,7 @@
{
"namespace": "guestViewInternal",
"compiler_options": {
"implemented_in": "chrome/browser/extensions/api/guest_view/guest_view_internal_api.h"
"implemented_in": "extensions/browser/api/guest_view/guest_view_internal_api.h"
},
"description": "none",
"types": [
......
......@@ -19,6 +19,7 @@
'dns.idl',
'extensions_manifest_types.json',
'extension_types.json',
'guest_view_internal.json',
'hid.idl',
'power.idl',
'runtime.json',
......
......@@ -290,6 +290,8 @@
'browser/api/app_runtime/app_runtime_api.h',
'browser/api/app_view/app_view_internal_api.cc',
'browser/api/app_view/app_view_internal_api.h',
'browser/api/guest_view/guest_view_internal_api.cc',
'browser/api/guest_view/guest_view_internal_api.h',
'browser/api/async_api_function.cc',
'browser/api/async_api_function.h',
'browser/api/cast_channel/cast_auth_util.cc',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment