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