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

Unified Diff: components/version_ui/version_handler_helper.h

Issue 1418653004: [iOS] Support for chrome://version (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Review comment from blundell Created 5 years, 2 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 | « components/version_ui/DEPS ('k') | components/version_ui/version_handler_helper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/version_ui/version_handler_helper.h
diff --git a/chromecast/base/cast_sys_info_util.h b/components/version_ui/version_handler_helper.h
similarity index 35%
copy from chromecast/base/cast_sys_info_util.h
copy to components/version_ui/version_handler_helper.h
index 05ca069d655685ee0d27e2675486317ba6ae7dc5..fbf57e79a8809c0107c8f4153d7d44b8a2548812 100644
--- a/chromecast/base/cast_sys_info_util.h
+++ b/components/version_ui/version_handler_helper.h
@@ -2,20 +2,20 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROMECAST_BASE_CAST_SYS_INFO_UTIL_H_
-#define CHROMECAST_BASE_CAST_SYS_INFO_UTIL_H_
-
-#include <string>
-#include <vector>
+#ifndef COMPONENTS_VERSION_UI_VERSION_HANDLER_HELPER_H_
+#define COMPONENTS_VERSION_UI_VERSION_HANDLER_HELPER_H_
#include "base/memory/scoped_ptr.h"
-namespace chromecast {
+namespace base {
+class Value;
+}
-class CastSysInfo;
+namespace version_ui {
-scoped_ptr<CastSysInfo> CreateSysInfo();
+// Returns the list of variations to be displayed on the chrome:://version page.
+scoped_ptr<base::Value> GetVariationsList();
-} // namespace chromecast
+} // namespace version_ui
-#endif // CHROMECAST_BASE_CAST_SYS_INFO_UTIL_H_
+#endif // COMPONENTS_VERSION_UI_VERSION_HANDLER_HELPER_H_
« no previous file with comments | « components/version_ui/DEPS ('k') | components/version_ui/version_handler_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698