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

Unified Diff: Source/core/html/HTMLAppletElement.h

Issue 1306403003: Remove javaEnabled setting. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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
Index: Source/core/html/HTMLAppletElement.h
diff --git a/Source/core/html/HTMLAppletElement.h b/Source/core/html/HTMLAppletElement.h
index 296ab31c85b202f38c51c4a113df8a6c37eff78d..397aa54d4f5662991b314ba81bd682039639355c 100644
--- a/Source/core/html/HTMLAppletElement.h
+++ b/Source/core/html/HTMLAppletElement.h
@@ -50,7 +50,6 @@ private:
LayoutPart* existingLayoutPart() const override;
void updateWidgetInternal() override;
- bool canEmbedJava() const;
bool canEmbedURL(const KURL&) const;
bool shouldRegisterAsNamedItem() const override { return true; }

Powered by Google App Engine
This is Rietveld 408576698