summaryrefslogtreecommitdiffstats
path: root/chrome/browser/automation/automation_provider_observers.cc
diff options
context:
space:
mode:
authorjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-10-18 17:08:53 +0000
committerjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-10-18 17:08:53 +0000
commit66fdbd5b47697242f38b6ea82e5e6df86786e489 (patch)
tree4fe44b90d97a29afbf969579c0cb10c152eb51e0 /chrome/browser/automation/automation_provider_observers.cc
parent07c4ce78c859c6913f6e1f5fe0d6a38e94cd2434 (diff)
downloadchromium_src-66fdbd5b47697242f38b6ea82e5e6df86786e489.zip
chromium_src-66fdbd5b47697242f38b6ea82e5e6df86786e489.tar.gz
chromium_src-66fdbd5b47697242f38b6ea82e5e6df86786e489.tar.bz2
Move the PageType enum to content/public/common, put it into the content namespace, and also make it conform to the Content API enum naming convention.
BUG=98716 TBR=ananta Review URL: http://codereview.chromium.org/8336013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106076 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/automation/automation_provider_observers.cc')
-rw-r--r--chrome/browser/automation/automation_provider_observers.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/automation/automation_provider_observers.cc b/chrome/browser/automation/automation_provider_observers.cc
index d9a998e..8db64dd 100644
--- a/chrome/browser/automation/automation_provider_observers.cc
+++ b/chrome/browser/automation/automation_provider_observers.cc
@@ -352,7 +352,7 @@ void NavigationNotificationObserver::ConditionMet(
AutomationJSONReply(automation_, reply_message_.release())
.SendSuccess(&dict);
} else {
- IPC::ParamTraits<AutomationMsg_NavigationResponseValues>::Write(
+ IPC::ParamTraits<int>::Write(
reply_message_.get(), navigation_result);
automation_->Send(reply_message_.release());
}