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

Unified Diff: chrome/browser/extensions/extension_menu_manager_unittest.cc

Issue 3017056: Update the names of some parameters passed to contextMenu onclick handlers.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 4 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 | « chrome/browser/extensions/extension_menu_manager.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/extension_menu_manager_unittest.cc
===================================================================
--- chrome/browser/extensions/extension_menu_manager_unittest.cc (revision 54936)
+++ chrome/browser/extensions/extension_menu_manager_unittest.cc (working copy)
@@ -448,10 +448,10 @@
std::string tmp;
ASSERT_TRUE(info->GetString(L"mediaType", &tmp));
- ASSERT_EQ("IMAGE", tmp);
+ ASSERT_EQ("image", tmp);
ASSERT_TRUE(info->GetString(L"srcUrl", &tmp));
ASSERT_EQ(params.src_url.spec(), tmp);
- ASSERT_TRUE(info->GetString(L"mainFrameUrl", &tmp));
+ ASSERT_TRUE(info->GetString(L"pageUrl", &tmp));
ASSERT_EQ(params.page_url.spec(), tmp);
std::wstring wide_tmp;
« no previous file with comments | « chrome/browser/extensions/extension_menu_manager.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698