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

Unified Diff: content/browser/webui/web_ui_data_source_unittest.cc

Issue 13375003: Fixing iframe jank in the local omnibox popup. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebuilding on 14039004. Created 7 years, 8 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
Index: content/browser/webui/web_ui_data_source_unittest.cc
diff --git a/content/browser/webui/web_ui_data_source_unittest.cc b/content/browser/webui/web_ui_data_source_unittest.cc
index bece8d0fcddf4707bc923d6bb142639c9d9c9698..1a5efb795edccae410918a11126b3cfa3c92a684 100644
--- a/content/browser/webui/web_ui_data_source_unittest.cc
+++ b/content/browser/webui/web_ui_data_source_unittest.cc
@@ -59,7 +59,7 @@ class WebUIDataSourceTest : public testing::Test {
void StartDataRequest(const std::string& path) {
source_->StartDataRequest(
path,
- false,
+ 0, 0,
palmer 2013/04/22 19:38:37 Elsewhere, you used -1 to indicate no particular I
Jered 2013/04/22 23:02:58 It's a no-op in all these test cases because it's
palmer 2013/04/23 00:34:24 I only asked because you used -1 elsewhere, and it
base::Bind(&WebUIDataSourceTest::SendResult,
base::Unretained(this)));
}

Powered by Google App Engine
This is Rietveld 408576698