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

Unified Diff: components/plugins/renderer/loadable_plugin_placeholder.cc

Issue 2664753002: Remove base::StringValue (Closed)
Patch Set: Rebase Created 3 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
Index: components/plugins/renderer/loadable_plugin_placeholder.cc
diff --git a/components/plugins/renderer/loadable_plugin_placeholder.cc b/components/plugins/renderer/loadable_plugin_placeholder.cc
index 8bffae8705f710771a838e011580c2cc4896ff16..355dc7d6db392b4397b4218f32c40be11647d42e 100644
--- a/components/plugins/renderer/loadable_plugin_placeholder.cc
+++ b/components/plugins/renderer/loadable_plugin_placeholder.cc
@@ -338,7 +338,7 @@ void LoadablePluginPlaceholder::DidFinishIconRepositionForTestingCallback() {
std::unique_ptr<content::V8ValueConverter> converter(
content::V8ValueConverter::create());
- base::StringValue value("placeholderReady");
+ base::Value value("placeholderReady");
blink::WebSerializedScriptValue message_data =
blink::WebSerializedScriptValue::serialize(converter->ToV8Value(
&value, element.document().frame()->mainWorldScriptContext()));

Powered by Google App Engine
This is Rietveld 408576698