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

Unified Diff: content/public/common/browser_plugin_guest_mode.h

Issue 2165523004: Force MimeHandlerView to always use BrowserPlugin (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added the missing files Created 4 years, 3 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
Index: content/public/common/browser_plugin_guest_mode.h
diff --git a/content/public/common/browser_plugin_guest_mode.h b/content/public/common/browser_plugin_guest_mode.h
deleted file mode 100644
index c77a1e8e53744b140e6e7a6f381c4d3849888044..0000000000000000000000000000000000000000
--- a/content/public/common/browser_plugin_guest_mode.h
+++ /dev/null
@@ -1,27 +0,0 @@
-// Copyright 2015 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_PUBLIC_COMMON_BROWSER_PLUGIN_GUEST_MODE_H_
-#define CONTENT_PUBLIC_COMMON_BROWSER_PLUGIN_GUEST_MODE_H_
-
-#include "base/macros.h"
-#include "content/common/content_export.h"
-
-namespace content {
-
-class CONTENT_EXPORT BrowserPluginGuestMode {
- public:
- // Returns true if inner WebContents should be implemented in terms of cross-
- // process iframes.
- static bool UseCrossProcessFramesForGuests();
-
- private:
- BrowserPluginGuestMode(); // Not instantiable
-
- DISALLOW_COPY_AND_ASSIGN(BrowserPluginGuestMode);
-};
-
-} // namespace
-
-#endif // CONTENT_PUBLIC_COMMON_BROWSER_PLUGIN_GUEST_MODE_H_

Powered by Google App Engine
This is Rietveld 408576698