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

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

Issue 241113002: Remove some dead code from html/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 8 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/PluginDocument.h
diff --git a/Source/core/html/PluginDocument.h b/Source/core/html/PluginDocument.h
index 590cb30303ff9aeebb2cf4f5cb706e5e7581296e..8c400b4db5314cb0899493e38339439b577599a8 100644
--- a/Source/core/html/PluginDocument.h
+++ b/Source/core/html/PluginDocument.h
@@ -46,8 +46,6 @@ public:
virtual void detach(const AttachContext& = AttachContext()) OVERRIDE;
- void cancelManualPluginLoad();
-
bool shouldLoadPluginManually() { return m_shouldLoadPluginManually; }
private:

Powered by Google App Engine
This is Rietveld 408576698