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

Unified Diff: chrome/browser/ui/webui/help/help_handler.cc

Issue 9677011: [uber page] Fix setting state on mac promote button in Help/About page. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: revert to original cl Created 8 years, 9 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/help/help_handler.cc
===================================================================
--- chrome/browser/ui/webui/help/help_handler.cc (revision 126203)
+++ chrome/browser/ui/webui/help/help_handler.cc (working copy)
@@ -319,7 +319,8 @@
}
scoped_ptr<Value> state_value(Value::CreateStringValue(state_str));
- web_ui()->CallJavascriptFunction("HelpPage.setPromotionState", *state_value);
+ web_ui()->CallJavascriptFunction("help.HelpPage.setPromotionState",
+ *state_value);
}
#endif // defined(OS_MACOSX)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698