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

Unified Diff: content/shell/shell_web_contents_view_delegate.h

Issue 10915304: We do not pass enums by conts references. This CL fixes style errors introduced (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 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: content/shell/shell_web_contents_view_delegate.h
diff --git a/content/shell/shell_web_contents_view_delegate.h b/content/shell/shell_web_contents_view_delegate.h
index 1dafe0d96ba5cc94ad06f7e4e8ed6b055173cf65..283f37f30a3c8a37ce58d48b2d16b2f20f34a85f 100644
--- a/content/shell/shell_web_contents_view_delegate.h
+++ b/content/shell/shell_web_contents_view_delegate.h
@@ -24,7 +24,7 @@ class ShellWebContentsViewDelegate : public WebContentsViewDelegate {
// Overridden from WebContentsViewDelegate:
virtual void ShowContextMenu(const ContextMenuParams& params,
- const ContextMenuSourceType& type) OVERRIDE;
+ ContextMenuSourceType type) OVERRIDE;
virtual WebDragDestDelegate* GetDragDestDelegate() OVERRIDE;
#if defined(TOOLKIT_GTK)
« no previous file with comments | « content/public/browser/web_contents_view_delegate.h ('k') | content/shell/shell_web_contents_view_delegate_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698