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

Unified Diff: Source/web/WebSettingsImpl.h

Issue 775553002: Add a setting to determine whether showing context menu on mouse up. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: add a comment Created 6 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
« no previous file with comments | « Source/core/frame/Settings.in ('k') | Source/web/WebSettingsImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebSettingsImpl.h
diff --git a/Source/web/WebSettingsImpl.h b/Source/web/WebSettingsImpl.h
index 7e27fc05fdcb0c340ae92e6ed0dc3d9386b3faa1..e3dbf8ccd58b92f38baec0d47c6f03dc40415792 100644
--- a/Source/web/WebSettingsImpl.h
+++ b/Source/web/WebSettingsImpl.h
@@ -144,6 +144,7 @@ public:
virtual void setShouldPrintBackgrounds(bool) override;
virtual void setShouldClearDocumentBackground(bool) override;
virtual void setShouldRespectImageOrientation(bool) override;
+ virtual void setShowContextMenuOnMouseUp(bool) override;
virtual void setShowFPSCounter(bool) override;
virtual void setShowPaintRects(bool) override;
virtual void setShrinksStandaloneImagesToFit(bool) override;
« no previous file with comments | « Source/core/frame/Settings.in ('k') | Source/web/WebSettingsImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698