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

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

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
« no previous file with comments | « no previous file | chrome/browser/extensions/activity_log/activity_action_constants.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/activity_log/activity_action_constants.h
diff --git a/chrome/browser/extensions/activity_log/activity_action_constants.h b/chrome/browser/extensions/activity_log/activity_action_constants.h
index 143069d20af93bfac44b381f507302f9afaacf96..028170669c7a2396e7ad1c72faa86eb7be62d727 100644
--- a/chrome/browser/extensions/activity_log/activity_action_constants.h
+++ b/chrome/browser/extensions/activity_log/activity_action_constants.h
@@ -22,6 +22,10 @@ extern const char kActionWebRequest[];
// recording specific data about the pages.
extern const char kIncognitoUrl[];
+// A string used as a placeholder for URLs which have been removed from the
+// argument list and stored to the arg_url field.
+extern const char kArgUrlPlaceholder[];
+
} // namespace activity_log_constants
#endif // CHROME_BROWSER_EXTENSIONS_ACTIVITY_LOG_ACTIVITY_ACTION_CONSTANTS_H_
« no previous file with comments | « no previous file | chrome/browser/extensions/activity_log/activity_action_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698