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

Unified Diff: chrome/common/chrome_switches.cc

Issue 475743002: Add a command line flag to specify the scope to use for the permission request API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review Created 6 years, 4 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 | « chrome/common/chrome_switches.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 43012bad9273763283680672160a1657be2adf65..c6ddc41b0ce49ebe8c559e92330a3dd43cf2856a 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -904,8 +904,13 @@ const char kPerformanceMonitorGathering[] = "performance-monitor-gathering";
// Development flag for permission request API. This flag is needed until
// the API is finalized.
-// TODO(akuegel): Remove when this flag is not needed anymore.
-const char kPermissionRequestApiUrl[] = "permission-request-api-url";
+// TODO(bauerb): Remove when this flag is not needed anymore.
+const char kPermissionRequestApiScope[] = "permission-request-api-scope";
+
+// Development flag for permission request API. This flag is needed until
+// the API is finalized.
+// TODO(bauerb): Remove when this flag is not needed anymore.
+const char kPermissionRequestApiUrl[] = "permission-request-api-url";
// Read previously recorded data from the cache. Only cached data is read.
// See kRecordMode.
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698