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

Unified Diff: chrome/browser/chromeos/chrome_browser_main_chromeos.cc

Issue 2890293002: chromeos: Export GetKioskAppRequiredPlatformVersion method. (Closed)
Patch Set: Created 3 years, 7 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/chrome_browser_main_chromeos.cc
diff --git a/chrome/browser/chromeos/chrome_browser_main_chromeos.cc b/chrome/browser/chromeos/chrome_browser_main_chromeos.cc
index 998ce5db10de0e4555ba72d2c9fe3e031663b749..50084038e902c55cbc63376f569cf38681bfe439 100644
--- a/chrome/browser/chromeos/chrome_browser_main_chromeos.cc
+++ b/chrome/browser/chromeos/chrome_browser_main_chromeos.cc
@@ -302,8 +302,7 @@ class DBusServices {
// TODO(teravest): Remove this provider once all callers are using
// |kiosk_info_service_| instead: http://crbug.com/703229
service_providers.push_back(base::MakeUnique<KioskInfoService>(
- kLibCrosServiceInterface,
- kKioskAppServiceGetRequiredPlatformVersionMethod));
+ kLibCrosServiceInterface, kGetKioskAppRequiredPlatforVersion));
Daniel Erat 2017/05/19 00:08:38 yes, the constant is named "Platfor". ಠ_ಠ
cros_dbus_service_ = CrosDBusService::Create(
kLibCrosServiceName, dbus::ObjectPath(kLibCrosServicePath),
std::move(service_providers));
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698