From 4c0e827ea901349feb5b80a1289f392f64c43579 Mon Sep 17 00:00:00 2001 From: "fsamuel@chromium.org" Date: Wed, 3 Jul 2013 23:39:22 +0000 Subject: : Move consolemessage event from content to chrome This CL also introduces a GuestDelegate to plumb a subset of WebContentsDelegate through to the content embedder. BUG=166165 Test=WebViewTest.ConsoleMessage still works Review URL: https://chromiumcodereview.appspot.com/18546002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@210070 0039d316-1c4b-4281-b951-d872f2087c98 --- content/common/browser_plugin/browser_plugin_constants.cc | 5 ----- 1 file changed, 5 deletions(-) (limited to 'content/common/browser_plugin/browser_plugin_constants.cc') diff --git a/content/common/browser_plugin/browser_plugin_constants.cc b/content/common/browser_plugin/browser_plugin_constants.cc index 2a55dc6..f8a8433f 100644 --- a/content/common/browser_plugin/browser_plugin_constants.cc +++ b/content/common/browser_plugin/browser_plugin_constants.cc @@ -42,7 +42,6 @@ const char kAttributeSrc[] = "src"; // Events. const char kEventClose[] = "close"; -const char kEventConsoleMessage[] = "consolemessage"; const char kEventExit[] = "exit"; const char kEventLoadAbort[] = "loadabort"; const char kEventLoadStart[] = "loadstart"; @@ -57,9 +56,6 @@ const char kInitialHeight[] = "initialHeight"; const char kInitialWidth[] = "initialWidth"; const char kIsTopLevel[] = "isTopLevel"; const char kLastUnlockedBySelf[] = "lastUnlockedBySelf"; -const char kLevel[] = "level"; -const char kLine[] = "line"; -const char kMessage[] = "message"; const char kName[] = "name"; const char kNewHeight[] = "newHeight"; const char kNewWidth[] = "newWidth"; @@ -76,7 +72,6 @@ const char kProcessId[] = "processId"; const char kReason[] = "reason"; const char kRequestId[] = "requestId"; const char kRequestMethod[] = "requestMethod"; -const char kSourceId[] = "sourceId"; const char kTargetURL[] = "targetUrl"; const char kURL[] = "url"; const char kWindowID[] = "windowId"; -- cgit v1.1