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

Unified Diff: extensions/renderer/process_info_native_handler.h

Issue 2967443004: [Extensions Bindings] Fix getPlatform() method (Closed)
Patch Set: Rebase Created 3 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/process_info_native_handler.h
diff --git a/extensions/renderer/process_info_native_handler.h b/extensions/renderer/process_info_native_handler.h
index dcde43008073069ba80bd0ad5a747f69c7546b06..9f8b5329b894fe54139339f0a7138b0eb003c436 100644
--- a/extensions/renderer/process_info_native_handler.h
+++ b/extensions/renderer/process_info_native_handler.h
@@ -29,6 +29,7 @@ class ProcessInfoNativeHandler : public ObjectBackedNativeHandler {
void GetManifestVersion(const v8::FunctionCallbackInfo<v8::Value>& args);
void IsSendRequestDisabled(const v8::FunctionCallbackInfo<v8::Value>& args);
void HasSwitch(const v8::FunctionCallbackInfo<v8::Value>& args);
+ void GetPlatform(const v8::FunctionCallbackInfo<v8::Value>& args);
std::string extension_id_;
std::string context_type_;

Powered by Google App Engine
This is Rietveld 408576698