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

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

Issue 2589143003: Add 'get' prefix for Settings.in generated code. (Closed)
Patch Set: Capitalize the prefix. Created 4 years 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 ebc21fa91282478a102693fec039c3b8e0e2ef09..66791919eb7a6b12c4b64d7af18e3cd1a456bf26 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