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

Side by Side Diff: content/browser/web_contents/web_contents_impl.h

Issue 291003002: Move OverscrollController to RenderWidgetHostViewAura (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: DCHECK_GE Created 6 years, 6 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
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_BROWSER_WEB_CONTENTS_WEB_CONTENTS_IMPL_H_ 5 #ifndef CONTENT_BROWSER_WEB_CONTENTS_WEB_CONTENTS_IMPL_H_
6 #define CONTENT_BROWSER_WEB_CONTENTS_WEB_CONTENTS_IMPL_H_ 6 #define CONTENT_BROWSER_WEB_CONTENTS_WEB_CONTENTS_IMPL_H_
7 7
8 #include <map> 8 #include <map>
9 #include <set> 9 #include <set>
10 #include <string> 10 #include <string>
(...skipping 459 matching lines...) Expand 10 before | Expand all | Expand 10 after
470 virtual void DidNavigateMainFramePreCommit( 470 virtual void DidNavigateMainFramePreCommit(
471 const FrameHostMsg_DidCommitProvisionalLoad_Params& params) OVERRIDE; 471 const FrameHostMsg_DidCommitProvisionalLoad_Params& params) OVERRIDE;
472 virtual void DidNavigateMainFramePostCommit( 472 virtual void DidNavigateMainFramePostCommit(
473 const LoadCommittedDetails& details, 473 const LoadCommittedDetails& details,
474 const FrameHostMsg_DidCommitProvisionalLoad_Params& params) OVERRIDE; 474 const FrameHostMsg_DidCommitProvisionalLoad_Params& params) OVERRIDE;
475 virtual void DidNavigateAnyFramePostCommit( 475 virtual void DidNavigateAnyFramePostCommit(
476 RenderFrameHostImpl* render_frame_host, 476 RenderFrameHostImpl* render_frame_host,
477 const LoadCommittedDetails& details, 477 const LoadCommittedDetails& details,
478 const FrameHostMsg_DidCommitProvisionalLoad_Params& params) OVERRIDE; 478 const FrameHostMsg_DidCommitProvisionalLoad_Params& params) OVERRIDE;
479 virtual void SetMainFrameMimeType(const std::string& mime_type) OVERRIDE; 479 virtual void SetMainFrameMimeType(const std::string& mime_type) OVERRIDE;
480 virtual bool CanOverscrollContent() OVERRIDE; 480 virtual bool CanOverscrollContent() const OVERRIDE;
481 virtual void NotifyChangedNavigationState( 481 virtual void NotifyChangedNavigationState(
482 InvalidateTypes changed_flags) OVERRIDE; 482 InvalidateTypes changed_flags) OVERRIDE;
483 virtual void AboutToNavigateRenderFrame( 483 virtual void AboutToNavigateRenderFrame(
484 RenderFrameHostImpl* render_frame_host) OVERRIDE; 484 RenderFrameHostImpl* render_frame_host) OVERRIDE;
485 virtual void DidStartNavigationToPendingEntry( 485 virtual void DidStartNavigationToPendingEntry(
486 RenderFrameHostImpl* render_frame_host, 486 RenderFrameHostImpl* render_frame_host,
487 const GURL& url, 487 const GURL& url,
488 NavigationController::ReloadType reload_type) OVERRIDE; 488 NavigationController::ReloadType reload_type) OVERRIDE;
489 virtual void RequestOpenURL(RenderFrameHostImpl* render_frame_host, 489 virtual void RequestOpenURL(RenderFrameHostImpl* render_frame_host,
490 const OpenURLParams& params) OVERRIDE; 490 const OpenURLParams& params) OVERRIDE;
(...skipping 635 matching lines...) Expand 10 before | Expand all | Expand 10 after
1126 bool last_dialog_suppressed_; 1126 bool last_dialog_suppressed_;
1127 1127
1128 scoped_ptr<GeolocationDispatcherHost> geolocation_dispatcher_host_; 1128 scoped_ptr<GeolocationDispatcherHost> geolocation_dispatcher_host_;
1129 1129
1130 DISALLOW_COPY_AND_ASSIGN(WebContentsImpl); 1130 DISALLOW_COPY_AND_ASSIGN(WebContentsImpl);
1131 }; 1131 };
1132 1132
1133 } // namespace content 1133 } // namespace content
1134 1134
1135 #endif // CONTENT_BROWSER_WEB_CONTENTS_WEB_CONTENTS_IMPL_H_ 1135 #endif // CONTENT_BROWSER_WEB_CONTENTS_WEB_CONTENTS_IMPL_H_
OLDNEW
« no previous file with comments | « content/browser/renderer_host/render_widget_host_view_mac.mm ('k') | content/browser/web_contents/web_contents_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698