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

Unified Diff: chrome/browser/extensions/extension_info_private_api_chromeos.h

Issue 10832204: Add board and isOwner properties to chromeosInfoPrivate (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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
« no previous file with comments | « no previous file | chrome/browser/extensions/extension_info_private_api_chromeos.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/extension_info_private_api_chromeos.h
diff --git a/chrome/browser/extensions/extension_info_private_api_chromeos.h b/chrome/browser/extensions/extension_info_private_api_chromeos.h
index 0612898b490a3e1d01fd868b037a861181816059..e23234740e4864c0093c7b9e4ef3f59f559bbaf1 100644
--- a/chrome/browser/extensions/extension_info_private_api_chromeos.h
+++ b/chrome/browser/extensions/extension_info_private_api_chromeos.h
@@ -20,7 +20,7 @@ class GetChromeosInfoFunction : public AsyncExtensionFunction {
virtual bool RunImpl() OVERRIDE;
private:
- bool GetValue(const std::string& property_name, std::string* value);
+ bool GetValue(const std::string& property_name, Value** value);
DECLARE_EXTENSION_FUNCTION_NAME("chromeosInfoPrivate.get");
};
« no previous file with comments | « no previous file | chrome/browser/extensions/extension_info_private_api_chromeos.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698