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

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

Issue 6902107: Merge 82987, 83304 - make sure that OEM tab is shown even if first login is Guest (Closed) Base URL: svn://svn.chromium.org/chrome/branches/742/src/
Patch Set: Created 9 years, 8 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: chrome/browser/extensions/extension_info_private_api_chromeos.h
===================================================================
--- chrome/browser/extensions/extension_info_private_api_chromeos.h (revision 83304)
+++ chrome/browser/extensions/extension_info_private_api_chromeos.h (working copy)
@@ -7,16 +7,8 @@
#pragma once
#include <string>
-#include <vector>
-#include "base/memory/scoped_ptr.h"
#include "chrome/browser/extensions/extension_function.h"
-class DictionaryValue;
-
-namespace chromeos {
-class StartupCustomizationDocument;
-} // namespace chromeos
-
class GetChromeosInfoFunction : public AsyncExtensionFunction {
public:
GetChromeosInfoFunction();
@@ -27,16 +19,8 @@
virtual bool RunImpl();
private:
- // This method is called on FILE thread.
- void LoadValues();
+ bool GetValue(const std::string& property_name, std::string* value);
- // This method is called on UI thread.
- void RespondOnUIThread();
-
- scoped_ptr<DictionaryValue> result_dictionary_;
- std::vector<std::string> properties_;
- std::vector<std::pair<std::string, std::string> > new_results_;
-
DECLARE_EXTENSION_FUNCTION_NAME("chromeosInfoPrivate.get");
};
« no previous file with comments | « chrome/browser/chromeos/system_access_unittest.cc ('k') | chrome/browser/extensions/extension_info_private_api_chromeos.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698