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

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: title 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
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"
Bernhard Bauer 2015/11/18 12:10:40 You can forward-declare string16.
Marc Treib 2015/11/18 12:44:18 Maybe I could, but I'd really rather not. Forward
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() {}

Powered by Google App Engine
This is Rietveld 408576698