Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(269)

Side by Side Diff: third_party/WebKit/public/platform/modules/document_metadata/copyless_paste-deprecated.mojom

Issue 2803943004: Move Mojo types to a new namespace (Closed)
Patch Set: rename Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « third_party/WebKit/public/platform/modules/document_metadata/copyless_paste.mojom ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2017 The Chromium Authors. All rights reserved. 1 // Copyright 2017 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 module blink.mojom; 5 module blink.mojom;
6 6
7 import "url/mojo/url.mojom"; 7 import "url/mojo/url.mojom";
8 8
9 // Due to the restriction of AppIndexing, all elements should be of the 9 // Due to the restriction of AppIndexing, all elements should be of the
10 // same type. Non-array values are converted to arrays of one element. 10 // same type. Non-array values are converted to arrays of one element.
(...skipping 16 matching lines...) Expand all
27 struct Entity { 27 struct Entity {
28 string type; // Correspond to the "@type" key, defined in JSON-LD. 28 string type; // Correspond to the "@type" key, defined in JSON-LD.
29 array<Property> properties; 29 array<Property> properties;
30 }; 30 };
31 31
32 struct WebPage { 32 struct WebPage {
33 url.mojom.Url url; 33 url.mojom.Url url;
34 string title; 34 string title;
35 array<Entity> entities; 35 array<Entity> entities;
36 }; 36 };
OLDNEW
« no previous file with comments | « third_party/WebKit/public/platform/modules/document_metadata/copyless_paste.mojom ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698