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

Unified Diff: ios/web/webui/web_ui_ios_impl.h

Issue 1131113004: Convert JsonWriter::Write to taking a const ref for the in-param (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix platform specific stuff Created 5 years, 7 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
Index: ios/web/webui/web_ui_ios_impl.h
diff --git a/ios/web/webui/web_ui_ios_impl.h b/ios/web/webui/web_ui_ios_impl.h
index 20b0fc3ef734cc5318785dd5d3acbb7802c14628..4c2573e1daddfae1119a60de87d8e2e77b445112 100644
--- a/ios/web/webui/web_ui_ios_impl.h
+++ b/ios/web/webui/web_ui_ios_impl.h
@@ -52,7 +52,7 @@ class WebUIIOSImpl : public web::WebUIIOS,
const base::Value& arg4) override;
void CallJavascriptFunction(
const std::string& function_name,
- const std::vector<const base::Value*>& args) override;
+ const std::vector<const base::Value&>& args) override;
private:
// Executes JavaScript asynchronously on the page.

Powered by Google App Engine
This is Rietveld 408576698