Commit 966f8eb3 authored by Wez's avatar Wez Committed by Commit Bot

Rename "fuchsia.web" library to "chromium.web".

Bug: 822474
Change-Id: Id3fb0d28ca93bb8631142a56a0f77114477707ea
Reviewed-on: https://chromium-review.googlesource.com/1089824Reviewed-by: default avatarSergey Ulanov <sergeyu@chromium.org>
Reviewed-by: default avatarWez <wez@chromium.org>
Commit-Queue: Wez <wez@chromium.org>
Cr-Commit-Position: refs/heads/master@{#565143}
parent 318708b8
......@@ -96,7 +96,7 @@ repack("webrunner_pak") {
}
fidl_library("fidl") {
library_name = "fuchsia.web"
library_name = "chromium.web"
sources = [
"fidl/context.fidl",
......
......@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
library fuchsia.web;
library chromium.web;
// Manages browsing state (e.g. LocalStorage, cookies, etc) associated with
// a set of Frames.
......@@ -14,4 +14,3 @@ interface Context {
// |frame|: An interface request that will be bound to the created Frame.
1: CreateFrame(FrameObserver observer, request<Frame> frame);
};
......@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
library fuchsia.web;
library chromium.web;
// The top-level service interface which allows for the creation of
// Context resources.
......@@ -22,4 +22,3 @@ struct CreateContextParams {
// stateless, with all of its data discarded upon Context destruction.
handle<channel>? dataDirectory;
};
......@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
library fuchsia.web;
library chromium.web;
interface Frame {
// Creates and registers a view with the view manager and returns its
......@@ -21,4 +21,3 @@ interface Frame {
// NavigationController.
2: GetNavigationController(request<NavigationController> controller);
};
......@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
library fuchsia.web;
library chromium.web;
// Interface supplied by the embedder for receiving notifications about
// changes in a Frame.
......
......@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
library fuchsia.web;
library chromium.web;
// Provides methods for controlling and querying the navigation state
// of a Frame.
......
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