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

Unified Diff: third_party/WebKit/Source/web/WebSettingsImpl.h

Issue 2024323002: Fixing Regression Bug where context menu doesn't appear on long press (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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/WebSettingsImpl.h
diff --git a/third_party/WebKit/Source/web/WebSettingsImpl.h b/third_party/WebKit/Source/web/WebSettingsImpl.h
index 3ba0a70e0167ebf16b3110818665ec5f74fd1de8..8fd790aaac74bf30ef29c0bbc00212826881348d 100644
--- a/third_party/WebKit/Source/web/WebSettingsImpl.h
+++ b/third_party/WebKit/Source/web/WebSettingsImpl.h
@@ -64,6 +64,7 @@ public:
void setAllowRunningOfInsecureContent(bool) override;
void setAllowScriptsToCloseWindows(bool) override;
void setAllowUniversalAccessFromFileURLs(bool) override;
+ void setAlwaysShowContextMenuOnTouch(bool) override;
void setAntialiased2dCanvasEnabled(bool) override;
void setAntialiasedClips2dCanvasEnabled(bool) override;
void setAutoplayExperimentMode(const WebString&) override;
« no previous file with comments | « third_party/WebKit/Source/web/ContextMenuClientImpl.cpp ('k') | third_party/WebKit/Source/web/WebSettingsImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698