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

Unified Diff: chrome/browser/component_updater/supervised_user_whitelist_installer.h

Issue 1443033004: Supervised User whitelists: update to json format v2 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove l10n Created 5 years, 1 month 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/component_updater/supervised_user_whitelist_installer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/component_updater/supervised_user_whitelist_installer.h
diff --git a/chrome/browser/component_updater/supervised_user_whitelist_installer.h b/chrome/browser/component_updater/supervised_user_whitelist_installer.h
index 907e06a31e38de4b3ea265743465a93ab9b0f272..67ae383d32bd88c5679a97a73cb5f0ad46457178 100644
--- a/chrome/browser/component_updater/supervised_user_whitelist_installer.h
+++ b/chrome/browser/component_updater/supervised_user_whitelist_installer.h
@@ -11,6 +11,7 @@
#include "base/callback_forward.h"
#include "base/memory/scoped_ptr.h"
+#include "base/strings/string16.h"
namespace base {
class FilePath;
@@ -29,6 +30,7 @@ class SupervisedUserWhitelistInstaller {
public:
using WhitelistReadyCallback =
base::Callback<void(const std::string& crx_id,
+ const base::string16& title,
const base::FilePath& whitelist_path)>;
virtual ~SupervisedUserWhitelistInstaller() {}
« no previous file with comments | « no previous file | chrome/browser/component_updater/supervised_user_whitelist_installer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698