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

Unified Diff: content/browser/browser_plugin/browser_plugin_host_browsertest.cc

Issue 11777028: GTTF: Fix problems with contents detected by debugallocation: (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 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 | « no previous file | content/shell/shell_gtk.cc » ('j') | content/shell/shell_gtk.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/browser_plugin/browser_plugin_host_browsertest.cc
diff --git a/content/browser/browser_plugin/browser_plugin_host_browsertest.cc b/content/browser/browser_plugin/browser_plugin_host_browsertest.cc
index 5dc3de4ffe43db1f8c156dcf9bff34d1a0baa9e9..75e5180088ebfa28cd61a731dda368182e4dc430 100644
--- a/content/browser/browser_plugin/browser_plugin_host_browsertest.cc
+++ b/content/browser/browser_plugin/browser_plugin_host_browsertest.cc
@@ -902,7 +902,7 @@ IN_PROC_BROWSER_TEST_F(BrowserPluginHostTest, AcceptDragEvents) {
ASSERT_TRUE(end->GetDouble(0, &end_x) && end->GetDouble(1, &end_y));
WebDropData drop_data;
- GURL url = GURL("https://www.domain.com/index.html");
+ GURL url = GURL("https://www.example.com/index.html");
jam 2013/01/08 18:00:55 please use an owner from content/browser/browser_p
drop_data.url = url;
// Pretend that the URL is being dragged over the embedder. Start the drag
« no previous file with comments | « no previous file | content/shell/shell_gtk.cc » ('j') | content/shell/shell_gtk.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698