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

Unified Diff: chrome/browser/extensions/activity_log/activity_action_constants.cc

Issue 23545012: [Activity log] Rework extraction of URLs from argument lists (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Rebase Created 7 years, 3 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
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

Powered by Google App Engine
This is Rietveld 408576698