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_; |