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

Unified Diff: chrome/browser/extensions/api/web_navigation/web_navigation_api_constants.cc

Issue 10807009: Include the processId in webNavigation events (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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/api/web_navigation/web_navigation_api_constants.cc
diff --git a/chrome/browser/extensions/api/web_navigation/web_navigation_api_constants.cc b/chrome/browser/extensions/api/web_navigation/web_navigation_api_constants.cc
index af5e1b8e8179122a307c66b9ec04f466d4c49a21..c424b3bb02fe267796ab176b97202385b0628bd5 100644
--- a/chrome/browser/extensions/api/web_navigation/web_navigation_api_constants.cc
+++ b/chrome/browser/extensions/api/web_navigation/web_navigation_api_constants.cc
@@ -10,9 +10,11 @@ namespace web_navigation_api_constants {
const char kErrorKey[] = "error";
const char kFrameIdKey[] = "frameId";
+const char kProcessIdKey[] = "processId";
const char kReplacedTabIdKey[] = "replacedTabId";
-const char kSourceTabIdKey[] = "sourceTabId";
const char kSourceFrameIdKey[] = "sourceFrameId";
+const char kSourceProcessIdKey[] = "sourceProcessId";
+const char kSourceTabIdKey[] = "sourceTabId";
const char kTabIdKey[] = "tabId";
const char kTimeStampKey[] = "timeStamp";
const char kTransitionTypeKey[] = "transitionType";

Powered by Google App Engine
This is Rietveld 408576698