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

Unified Diff: chrome_frame/external_tab_test.cc

Issue 5698005: Add support for gcf:about:plugins in chrome frame full tab mode. The URL vali... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years 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_frame/external_tab.cc ('k') | chrome_frame/navigation_constraints.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_frame/external_tab_test.cc
===================================================================
--- chrome_frame/external_tab_test.cc (revision 68895)
+++ chrome_frame/external_tab_test.cc (working copy)
@@ -10,10 +10,11 @@
// #include "base/waitable_event.h"
#include "chrome/common/automation_messages.h"
+#include "chrome_frame/navigation_constraints.h"
+#include "chrome_frame/test/chrome_frame_test_utils.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gmock_mutant.h"
-#include "chrome_frame/test/chrome_frame_test_utils.h"
@@ -236,8 +237,11 @@
tab_params.is_widget_mode = false;
tab_params.url = initial_url;
+ NavigationConstraintsImpl navigation_constraints;
+
tab->CreateTab(tab_params, &ui_delegate);
- tab->Navigate("http://asgard.org", EmptyString(), true);
+ tab->Navigate("http://asgard.org", EmptyString(),
+ &navigation_constraints);
loop.RunFor(5);
EXPECT_FALSE(loop.WasTimedOut());
« no previous file with comments | « chrome_frame/external_tab.cc ('k') | chrome_frame/navigation_constraints.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698