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

Side by Side Diff: mojo/services/public/interfaces/navigation/navigation.mojom

Issue 413353002: Remove extraneous namespaces (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review nits and merge Created 6 years, 5 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 | Annotate | Revision Log
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 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 import "mojo/services/public/interfaces/network/url_loader.mojom" 5 import "mojo/services/public/interfaces/network/url_loader.mojom"
6 6
7 module mojo.navigation { 7 module mojo {
8 8
9 // Expresses a preference for where a navigation will be performed. 9 // Expresses a preference for where a navigation will be performed.
10 enum Target { 10 enum Target {
11 // No preference 11 // No preference
12 DEFAULT, 12 DEFAULT,
13 13
14 // In the same ViewManager node that the navigation was initiated 14 // In the same ViewManager node that the navigation was initiated
15 SOURCE_NODE, 15 SOURCE_NODE,
16 16
17 // In a new ViewManager node 17 // In a new ViewManager node
(...skipping 30 matching lines...) Expand all
48 // by embedders. 48 // by embedders.
49 // |response_details| can be NULL when a navigation was not the result of a 49 // |response_details| can be NULL when a navigation was not the result of a
50 // network load. 50 // network load.
51 interface Navigator { 51 interface Navigator {
52 Navigate(uint32 node_id, 52 Navigate(uint32 node_id,
53 NavigationDetails navigation_details, 53 NavigationDetails navigation_details,
54 ResponseDetails response_details); 54 ResponseDetails response_details);
55 }; 55 };
56 56
57 } 57 }
OLDNEW
« no previous file with comments | « mojo/services/public/interfaces/launcher/launcher.mojom ('k') | mojo/services/public/interfaces/surfaces/quads.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698