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

Unified Diff: Source/core/html/forms/FileInputType.cpp

Issue 1149093010: Cleanup: Rename ChromeClient function names. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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/html/forms/ColorInputType.cpp ('k') | Source/core/layout/LayoutMenuList.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/forms/FileInputType.cpp
diff --git a/Source/core/html/forms/FileInputType.cpp b/Source/core/html/forms/FileInputType.cpp
index 51ed9036dd28a0be862c6d4da8a9d1be7cf410c0..4d5e753bb5409f292b9ef531aa0edd667b6bed68 100644
--- a/Source/core/html/forms/FileInputType.cpp
+++ b/Source/core/html/forms/FileInputType.cpp
@@ -162,7 +162,7 @@ void FileInputType::handleDOMActivateEvent(Event* event)
settings.acceptFileExtensions = input.acceptFileExtensions();
settings.selectedFiles = m_fileList->pathsForUserVisibleFiles();
settings.useMediaCapture = RuntimeEnabledFeatures::mediaCaptureEnabled() && input.fastHasAttribute(captureAttr);
- chromeClient->runOpenPanel(input.document().frame(), newFileChooser(settings));
+ chromeClient->openFileChooser(input.document().frame(), newFileChooser(settings));
}
event->setDefaultHandled();
}
« no previous file with comments | « Source/core/html/forms/ColorInputType.cpp ('k') | Source/core/layout/LayoutMenuList.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698