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

Unified Diff: content/test/test_render_view_host.h

Issue 1258273006: Remove page id from title and state updating. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@switch
Patch Set: comment nit Created 4 years, 2 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/renderer/render_view_impl.cc ('k') | content/test/test_render_view_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/test_render_view_host.h
diff --git a/content/test/test_render_view_host.h b/content/test/test_render_view_host.h
index f8662c355d65bfbe59874fde0d40c06cb4b2b46f..8b215f61c2d0bbbef37b758044d1e00a37c9e3b9 100644
--- a/content/test/test_render_view_host.h
+++ b/content/test/test_render_view_host.h
@@ -197,8 +197,7 @@ class TestRenderViewHost
void SimulateWasShown() override;
WebPreferences TestComputeWebkitPrefs() override;
- void TestOnUpdateStateWithFile(
- int page_id, const base::FilePath& file_path);
+ void TestOnUpdateStateWithFile(const base::FilePath& file_path);
void TestOnStartDragging(const DropData& drop_data);
« no previous file with comments | « content/renderer/render_view_impl.cc ('k') | content/test/test_render_view_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698