Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index 41c2425e33ef3f482ee1072fddf715cc36b67163..366cf51a01d35fa0039d2ad2636fda44a80a53d6 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -982,6 +982,11 @@ const char kParentProfile[] = "parent-profile"; |
// default interval is used). |
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"; |
+ |
// Read previously recorded data from the cache. Only cached data is read. |
// See kRecordMode. |
const char kPlaybackMode[] = "playback-mode"; |