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

Unified Diff: content/common/window_container_type.h

Issue 8346017: Move content_browser_client.h to public, and while at it, move (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Missed a file post merge. Created 9 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/common/view_messages.h ('k') | content/common/window_container_type.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/window_container_type.h
diff --git a/content/common/window_container_type.h b/content/common/window_container_type.h
deleted file mode 100644
index 761f9a664153309ed29afe9f8c3c153581b3fcf0..0000000000000000000000000000000000000000
--- a/content/common/window_container_type.h
+++ /dev/null
@@ -1,36 +0,0 @@
-// Copyright (c) 2010 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef CONTENT_COMMON_WINDOW_CONTAINER_TYPE_H_
-#define CONTENT_COMMON_WINDOW_CONTAINER_TYPE_H_
-#pragma once
-
-namespace WebKit {
-
-struct WebWindowFeatures;
-
-}
-
-// "Container" types which can be requested via the window.open feature
-// string.
-enum WindowContainerType {
- // A window shown in popup or tab.
- WINDOW_CONTAINER_TYPE_NORMAL = 0,
-
- // A window run as a hidden "background" page.
- WINDOW_CONTAINER_TYPE_BACKGROUND,
-
- // A window run as a hidden "background" page that wishes to be started
- // upon browser launch and run beyond the lifetime of the pages that
- // reference it.
- WINDOW_CONTAINER_TYPE_PERSISTENT,
-
- WINDOW_CONTAINER_TYPE_MAX_VALUE
-};
-
-// Conversion function:
-WindowContainerType WindowFeaturesToContainerType(
- const WebKit::WebWindowFeatures& window_features);
-
-#endif // CONTENT_COMMON_WINDOW_CONTAINER_TYPE_H_
« no previous file with comments | « content/common/view_messages.h ('k') | content/common/window_container_type.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698