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

Unified Diff: apps/saved_devices_service.h

Issue 580363002: Update app info and install prompt UI to show retained devices. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 | apps/saved_devices_service.cc » ('j') | apps/saved_devices_service.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: apps/saved_devices_service.h
diff --git a/apps/saved_devices_service.h b/apps/saved_devices_service.h
index 52a187401722534fce194750f115f7b48d5e3102..af4aef7a085b655ee0a6ca9f581fb34da8d1bcb8 100644
--- a/apps/saved_devices_service.h
+++ b/apps/saved_devices_service.h
@@ -95,7 +95,7 @@ class SavedDevicesService : public KeyedService,
// Returns the SavedDevices for |extension_id|, creating it if necessary.
SavedDevices* GetOrInsert(const std::string& extension_id);
- std::vector<SavedDeviceEntry> GetAllDevices(
+ std::vector<base::string16> GetPermissionMessageStrings(
const std::string& extension_id) const;
// Clears the SavedDevices for |extension_id|.
« no previous file with comments | « no previous file | apps/saved_devices_service.cc » ('j') | apps/saved_devices_service.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698