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

Unified Diff: third_party/WebKit/Source/web/ContextMenuClientImpl.cpp

Issue 2589143003: Add 'get' prefix for Settings.in generated code. (Closed)
Patch Set: Only get prefix and no capitalization. Created 3 years, 11 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: third_party/WebKit/Source/web/ContextMenuClientImpl.cpp
diff --git a/third_party/WebKit/Source/web/ContextMenuClientImpl.cpp b/third_party/WebKit/Source/web/ContextMenuClientImpl.cpp
index 71adf55e45e4a7473b4b8998b547c13005147e4f..2c18919bb22f9421733356244ef21101e53040a2 100644
--- a/third_party/WebKit/Source/web/ContextMenuClientImpl.cpp
+++ b/third_party/WebKit/Source/web/ContextMenuClientImpl.cpp
@@ -138,7 +138,7 @@ static String selectMisspellingAsync(LocalFrame* selectedFrame,
bool ContextMenuClientImpl::shouldShowContextMenuFromTouch(
const WebContextMenuData& data) {
- return m_webView->page()->settings().alwaysShowContextMenuOnTouch() ||
+ return m_webView->page()->settings().getAlwaysShowContextMenuOnTouch() ||
!data.linkURL.isEmpty() ||
data.mediaType == WebContextMenuData::MediaTypeImage ||
data.mediaType == WebContextMenuData::MediaTypeVideo ||

Powered by Google App Engine
This is Rietveld 408576698