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

Unified Diff: chrome/test/base/test_tab_strip_model_observer.cc

Issue 8586009: Allow WebUI Tests to use preLoad in HtmlDialogUI. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed James' comments. Created 9 years, 1 month 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 | « chrome/test/base/test_tab_strip_model_observer.h ('k') | chrome/test/base/ui_test_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/base/test_tab_strip_model_observer.cc
diff --git a/chrome/test/base/test_tab_strip_model_observer.cc b/chrome/test/base/test_tab_strip_model_observer.cc
index c2307b7f8e78bb49d0cebe0ea75d5ec4e977dfba..0716a78c4929a12a14d7a75bf9664e71a706d764 100644
--- a/chrome/test/base/test_tab_strip_model_observer.cc
+++ b/chrome/test/base/test_tab_strip_model_observer.cc
@@ -12,8 +12,7 @@
TestTabStripModelObserver::TestTabStripModelObserver(
TabStripModel* tab_strip_model,
- TestTabStripModelObserver::JsInjectionReadyObserver*
- js_injection_ready_observer)
+ JsInjectionReadyObserver* js_injection_ready_observer)
: TestNavigationObserver(js_injection_ready_observer, 1),
tab_strip_model_(tab_strip_model) {
tab_strip_model_->AddObserver(this);
« no previous file with comments | « chrome/test/base/test_tab_strip_model_observer.h ('k') | chrome/test/base/ui_test_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698