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

Unified Diff: chrome/browser/supervised_user/supervised_user_service.h

Issue 592353002: PermissionRequestCreatorApiary: Support for multiple simultaneous requests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: move struct into .cc 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
Index: chrome/browser/supervised_user/supervised_user_service.h
diff --git a/chrome/browser/supervised_user/supervised_user_service.h b/chrome/browser/supervised_user/supervised_user_service.h
index baa419f7f3d22674503d73757805949642959aac..2d5caa162512eb1549d7ce50a3e5f27355b196ad 100644
--- a/chrome/browser/supervised_user/supervised_user_service.h
+++ b/chrome/browser/supervised_user/supervised_user_service.h
@@ -5,7 +5,9 @@
#ifndef CHROME_BROWSER_SUPERVISED_USER_SUPERVISED_USER_SERVICE_H_
#define CHROME_BROWSER_SUPERVISED_USER_SUPERVISED_USER_SERVICE_H_
+#include <map>
#include <set>
+#include <string>
#include <vector>
#include "base/callback.h"
@@ -324,9 +326,6 @@ class SupervisedUserService : public KeyedService,
// Used to create permission requests.
scoped_ptr<PermissionRequestCreator> permissions_creator_;
- // True iff we are waiting for a permission request to be issued.
- bool waiting_for_permissions_;
-
base::WeakPtrFactory<SupervisedUserService> weak_ptr_factory_;
};

Powered by Google App Engine
This is Rietveld 408576698