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

Side by Side Diff: content/renderer/render_view_impl.h

Issue 12250021: Remove OVERRIDE annotations from implementations of WebKit APIs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 10 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | webkit/compositor_bindings/web_layer_tree_view_impl.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CONTENT_RENDERER_RENDER_VIEW_IMPL_H_ 5 #ifndef CONTENT_RENDERER_RENDER_VIEW_IMPL_H_
6 #define CONTENT_RENDERER_RENDER_VIEW_IMPL_H_ 6 #define CONTENT_RENDERER_RENDER_VIEW_IMPL_H_
7 7
8 #include <set> 8 #include <set>
9 9
10 #include "base/basictypes.h" 10 #include "base/basictypes.h"
(...skipping 405 matching lines...) Expand 10 before | Expand all | Expand 10 after
416 const WebKit::WebURLRequest& request, 416 const WebKit::WebURLRequest& request,
417 const WebKit::WebWindowFeatures& features, 417 const WebKit::WebWindowFeatures& features,
418 const WebKit::WebString& frame_name, 418 const WebKit::WebString& frame_name,
419 WebKit::WebNavigationPolicy policy); 419 WebKit::WebNavigationPolicy policy);
420 virtual WebKit::WebWidget* createPopupMenu(WebKit::WebPopupType popup_type); 420 virtual WebKit::WebWidget* createPopupMenu(WebKit::WebPopupType popup_type);
421 virtual WebKit::WebExternalPopupMenu* createExternalPopupMenu( 421 virtual WebKit::WebExternalPopupMenu* createExternalPopupMenu(
422 const WebKit::WebPopupMenuInfo& popup_menu_info, 422 const WebKit::WebPopupMenuInfo& popup_menu_info,
423 WebKit::WebExternalPopupMenuClient* popup_menu_client); 423 WebKit::WebExternalPopupMenuClient* popup_menu_client);
424 virtual WebKit::WebStorageNamespace* createSessionStorageNamespace( 424 virtual WebKit::WebStorageNamespace* createSessionStorageNamespace(
425 unsigned quota); 425 unsigned quota);
426 virtual WebKit::WebCompositorOutputSurface* createOutputSurface() OVERRIDE; 426 virtual WebKit::WebCompositorOutputSurface* createOutputSurface();
427 virtual void didAddMessageToConsole( 427 virtual void didAddMessageToConsole(
428 const WebKit::WebConsoleMessage& message, 428 const WebKit::WebConsoleMessage& message,
429 const WebKit::WebString& source_name, 429 const WebKit::WebString& source_name,
430 unsigned source_line); 430 unsigned source_line);
431 virtual void printPage(WebKit::WebFrame* frame); 431 virtual void printPage(WebKit::WebFrame* frame);
432 virtual WebKit::WebNotificationPresenter* notificationPresenter(); 432 virtual WebKit::WebNotificationPresenter* notificationPresenter();
433 virtual bool enumerateChosenDirectory( 433 virtual bool enumerateChosenDirectory(
434 const WebKit::WebString& path, 434 const WebKit::WebString& path,
435 WebKit::WebFileChooserCompletion* chooser_completion); 435 WebKit::WebFileChooserCompletion* chooser_completion);
436 virtual void initializeHelperPluginWebFrame(WebKit::WebHelperPlugin*); 436 virtual void initializeHelperPluginWebFrame(WebKit::WebHelperPlugin*);
(...skipping 1151 matching lines...) Expand 10 before | Expand all | Expand 10 after
1588 // use the Observer interface to filter IPC messages and receive frame change 1588 // use the Observer interface to filter IPC messages and receive frame change
1589 // notifications. 1589 // notifications.
1590 // --------------------------------------------------------------------------- 1590 // ---------------------------------------------------------------------------
1591 1591
1592 DISALLOW_COPY_AND_ASSIGN(RenderViewImpl); 1592 DISALLOW_COPY_AND_ASSIGN(RenderViewImpl);
1593 }; 1593 };
1594 1594
1595 } // namespace content 1595 } // namespace content
1596 1596
1597 #endif // CONTENT_RENDERER_RENDER_VIEW_IMPL_H_ 1597 #endif // CONTENT_RENDERER_RENDER_VIEW_IMPL_H_
OLDNEW
« no previous file with comments | « no previous file | webkit/compositor_bindings/web_layer_tree_view_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698