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

Unified Diff: extensions/renderer/logging_native_handler.h

Issue 1231603009: Re-land: Reimplement automation API on top of C++-backed AXTree. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix nested event sending in AutomationManagerAura Created 5 years, 5 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: extensions/renderer/logging_native_handler.h
diff --git a/extensions/renderer/logging_native_handler.h b/extensions/renderer/logging_native_handler.h
index e9f4f20e66d1640d9e2675fb3bf69353d8084693..ca9938c27602cce7b4e3391eeaae4d7dc4ea1f43 100644
--- a/extensions/renderer/logging_native_handler.h
+++ b/extensions/renderer/logging_native_handler.h
@@ -46,9 +46,6 @@ class LoggingNativeHandler : public ObjectBackedNativeHandler {
void ParseArgs(const v8::FunctionCallbackInfo<v8::Value>& args,
bool* check_value,
std::string* error_message);
-
- std::string ToStringOrDefault(const v8::Local<v8::String>& v8_string,
- const std::string& dflt);
};
} // namespace extensions
« no previous file with comments | « content/browser/accessibility/browser_accessibility_manager_unittest.cc ('k') | extensions/renderer/logging_native_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698