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

Unified Diff: Source/core/plugins/DOMPluginArray.h

Issue 928103002: Remove some unused functions in core (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: git cl try Created 5 years, 10 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 | « Source/core/plugins/DOMPlugin.cpp ('k') | Source/core/plugins/DOMPluginArray.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/plugins/DOMPluginArray.h
diff --git a/Source/core/plugins/DOMPluginArray.h b/Source/core/plugins/DOMPluginArray.h
index 106efc6e33d131bdc0a51c66d4584677092f30cd..38203a890fca8081c4dbc0a899d8024103e60cd6 100644
--- a/Source/core/plugins/DOMPluginArray.h
+++ b/Source/core/plugins/DOMPluginArray.h
@@ -45,7 +45,6 @@ public:
unsigned length() const;
PassRefPtrWillBeRawPtr<DOMPlugin> item(unsigned index);
- bool canGetItemsForName(const AtomicString& propertyName);
PassRefPtrWillBeRawPtr<DOMPlugin> namedItem(const AtomicString& propertyName);
void refresh(bool reload);
« no previous file with comments | « Source/core/plugins/DOMPlugin.cpp ('k') | Source/core/plugins/DOMPluginArray.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698