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

Unified Diff: content/test/test_web_contents.h

Issue 1359163005: Remove surface_id from RenderWidget/RenderWidgetHost and friends (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@channel_creation_preempt
Patch Set: fix more tests Created 5 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
« no previous file with comments | « content/test/test_render_view_host_factory.cc ('k') | content/test/test_web_contents.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/test_web_contents.h
diff --git a/content/test/test_web_contents.h b/content/test/test_web_contents.h
index 79c3d0fbddd72b7a2e4ef6d74c01c072a481ba73..62910198ac31386b08828dfa0d124b44ad3b7bbf 100644
--- a/content/test/test_web_contents.h
+++ b/content/test/test_web_contents.h
@@ -123,11 +123,9 @@ class TestWebContents : public WebContentsImpl, public WebContentsTester {
SessionStorageNamespace* session_storage_namespace) override;
void CreateNewWidget(int32 render_process_id,
int32 route_id,
- int32 surface_id,
blink::WebPopupType popup_type) override;
void CreateNewFullscreenWidget(int32 render_process_id,
- int32 route_id,
- int32 surface_id) override;
+ int32 route_id) override;
void ShowCreatedWindow(int route_id,
WindowOpenDisposition disposition,
const gfx::Rect& initial_rect,
« no previous file with comments | « content/test/test_render_view_host_factory.cc ('k') | content/test/test_web_contents.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698