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

Side by Side Diff: content/public/common/window_container_type.mojom

Issue 2363573002: Move ViewHostMsg_CreateWindow to mojom (Closed)
Patch Set: . Created 4 years, 2 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
OLDNEW
(Empty)
1 // Copyright 2016 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.
4
5 module content.mojom;
6
7 enum WindowContainerType {
8 // A window shown in popup or tab.
9 NORMAL = 0,
10
11 // A window run as a hidden "background" page.
12 BACKGROUND,
13
14 // A window run as a hidden "background" page that wishes to be started
15 // upon browser launch and run beyond the lifetime of the pages that
16 // reference it.
17 PERSISTENT,
18 };
OLDNEW
« no previous file with comments | « content/public/common/window_container_type.cc ('k') | content/public/test/mock_render_thread.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698