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

Unified Diff: chrome/browser/extensions/api/tabs/tabs_test.cc

Issue 1093603002: Change JS parameter to camel case. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix test. Created 5 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
« no previous file with comments | « no previous file | chrome/common/extensions/api/tabs.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/api/tabs/tabs_test.cc
diff --git a/chrome/browser/extensions/api/tabs/tabs_test.cc b/chrome/browser/extensions/api/tabs/tabs_test.cc
index f2f3aa3ca189f54cc7d5f1ae3c4c136785bb9d45..dd976c500df4cc8b735553be53cc53a53747b98f 100644
--- a/chrome/browser/extensions/api/tabs/tabs_test.cc
+++ b/chrome/browser/extensions/api/tabs/tabs_test.cc
@@ -792,7 +792,7 @@ testing::AssertionResult ExtensionTabsZoomTest::RunGetDefaultZoom(
if (!get_zoom_settings_result)
return testing::AssertionFailure() << "no result";
- if (!get_zoom_settings_result->GetDouble("default_zoom_factor",
+ if (!get_zoom_settings_result->GetDouble("defaultZoomFactor",
default_zoom_factor)) {
return testing::AssertionFailure()
<< "default zoom factor not found in result";
« no previous file with comments | « no previous file | chrome/common/extensions/api/tabs.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698