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

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

Issue 479403004: Re-enable SitePerProcessBrowserTest.CrossSiteIframe (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Disable the test on CrOS and Android. Created 6 years, 4 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 | « content/renderer/render_frame_proxy.cc ('k') | content/renderer/render_view_impl.cc » ('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 <deque> 8 #include <deque>
9 #include <map> 9 #include <map>
10 #include <set> 10 #include <set>
(...skipping 703 matching lines...) Expand 10 before | Expand all | Expand 10 after
714 void OnSetActive(bool active); 714 void OnSetActive(bool active);
715 void OnSetBackgroundOpaque(bool opaque); 715 void OnSetBackgroundOpaque(bool opaque);
716 void OnExitFullscreen(); 716 void OnExitFullscreen();
717 void OnSetHistoryLengthAndPrune(int history_length, int32 minimum_page_id); 717 void OnSetHistoryLengthAndPrune(int history_length, int32 minimum_page_id);
718 void OnSetInitialFocus(bool reverse); 718 void OnSetInitialFocus(bool reverse);
719 void OnSetPageEncoding(const std::string& encoding_name); 719 void OnSetPageEncoding(const std::string& encoding_name);
720 void OnSetRendererPrefs(const RendererPreferences& renderer_prefs); 720 void OnSetRendererPrefs(const RendererPreferences& renderer_prefs);
721 void OnSetWebUIProperty(const std::string& name, const std::string& value); 721 void OnSetWebUIProperty(const std::string& name, const std::string& value);
722 void OnSetZoomLevelForLoadingURL(const GURL& url, double zoom_level); 722 void OnSetZoomLevelForLoadingURL(const GURL& url, double zoom_level);
723 void OnSetZoomLevelForView(bool uses_temporary_zoom_level, double level); 723 void OnSetZoomLevelForView(bool uses_temporary_zoom_level, double level);
724 void OnStop();
725 void OnStopFinding(StopFindAction action); 724 void OnStopFinding(StopFindAction action);
726 void OnSuppressDialogsUntilSwapOut(); 725 void OnSuppressDialogsUntilSwapOut();
727 void OnThemeChanged(); 726 void OnThemeChanged();
728 void OnUpdateTargetURLAck(); 727 void OnUpdateTargetURLAck();
729 void OnUpdateWebPreferences(const WebPreferences& prefs); 728 void OnUpdateWebPreferences(const WebPreferences& prefs);
730 void OnZoom(PageZoom zoom); 729 void OnZoom(PageZoom zoom);
731 void OnEnableViewSourceMode(); 730 void OnEnableViewSourceMode();
732 void OnDisownOpener(); 731 void OnDisownOpener();
733 void OnWindowSnapshotCompleted(const int snapshot_id, 732 void OnWindowSnapshotCompleted(const int snapshot_id,
734 const gfx::Size& size, const std::vector<unsigned char>& png); 733 const gfx::Size& size, const std::vector<unsigned char>& png);
(...skipping 409 matching lines...) Expand 10 before | Expand all | Expand 10 after
1144 // use the Observer interface to filter IPC messages and receive frame change 1143 // use the Observer interface to filter IPC messages and receive frame change
1145 // notifications. 1144 // notifications.
1146 // --------------------------------------------------------------------------- 1145 // ---------------------------------------------------------------------------
1147 1146
1148 DISALLOW_COPY_AND_ASSIGN(RenderViewImpl); 1147 DISALLOW_COPY_AND_ASSIGN(RenderViewImpl);
1149 }; 1148 };
1150 1149
1151 } // namespace content 1150 } // namespace content
1152 1151
1153 #endif // CONTENT_RENDERER_RENDER_VIEW_IMPL_H_ 1152 #endif // CONTENT_RENDERER_RENDER_VIEW_IMPL_H_
OLDNEW
« no previous file with comments | « content/renderer/render_frame_proxy.cc ('k') | content/renderer/render_view_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698