Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index b5b902ced9fbf4c016c570df1dad8d4950b157e9..ec6649f2df0043e4e196978eebd1ba35be341e1c 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -989,6 +989,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"; |