Index: chrome/browser/extensions/activity_log/activity_action_constants.cc |
diff --git a/chrome/browser/extensions/activity_log/activity_action_constants.cc b/chrome/browser/extensions/activity_log/activity_action_constants.cc |
index 070fab3a7d284552262d75c5aced1b5699e7485f..b4f4ca629466e4098a96313ade8e83ab707b48c7 100644 |
--- a/chrome/browser/extensions/activity_log/activity_action_constants.cc |
+++ b/chrome/browser/extensions/activity_log/activity_action_constants.cc |
@@ -21,4 +21,8 @@ const char kActionWebRequest[] = "web_request"; |
// recording specific data about the pages. |
const char kIncognitoUrl[] = "<incognito>"; |
+// A string used as a placeholder for URLs which have been removed from the |
+// argument list and stored to the arg_url field. |
+const char kArgUrlPlaceholder[] = "<arg_url>"; |
+ |
} // namespace activity_log_constants |