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

Unified Diff: public/web/WebPluginPlaceholder.h

Issue 1313763002: Blink Plugins: Remove Shadow DOM Plugin Placeholder (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: merge origin/master Created 5 years, 4 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 | « public/web/WebFrameClient.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebPluginPlaceholder.h
diff --git a/public/web/WebPluginPlaceholder.h b/public/web/WebPluginPlaceholder.h
deleted file mode 100644
index e0400b5a2dfcdf65ced94dd97ab7c10818b1456e..0000000000000000000000000000000000000000
--- a/public/web/WebPluginPlaceholder.h
+++ /dev/null
@@ -1,26 +0,0 @@
-// Copyright 2014 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 WebPluginPlaceholder_h
-#define WebPluginPlaceholder_h
-
-#include "public/platform/WebString.h"
-
-namespace blink {
-
-// Provides content and behavior for a plugin placeholder rendered by Blink.
-class WebPluginPlaceholder {
-public:
- virtual ~WebPluginPlaceholder() { }
-
- // Returns a plaintext message to be displayed.
- virtual WebString message() const { return WebString(); }
-
- // If set, the placeholder will present UI to permit dismissing it.
- virtual bool isCloseable() const { return false; }
-};
-
-} // namespace blink
-
-#endif // WebPluginPlaceholder_h
« no previous file with comments | « public/web/WebFrameClient.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698