summaryrefslogtreecommitdiffstats
path: root/ppapi/proxy/plugin_globals.h
diff options
context:
space:
mode:
authorncbray@chromium.org <ncbray@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-12-13 01:34:32 +0000
committerncbray@chromium.org <ncbray@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-12-13 01:34:32 +0000
commit598816adfcd9f6d47f51b1209ec890d0bdacdee6 (patch)
tree594984d4a7e5201230fca35638505c5f65990f28 /ppapi/proxy/plugin_globals.h
parentb171d8d2c0cdca2cb56df93e03438d210dfe031c (diff)
downloadchromium_src-598816adfcd9f6d47f51b1209ec890d0bdacdee6.zip
chromium_src-598816adfcd9f6d47f51b1209ec890d0bdacdee6.tar.gz
chromium_src-598816adfcd9f6d47f51b1209ec890d0bdacdee6.tar.bz2
PPAPI: Move PPB_Console out of dev.
PPB_Console was not added to the SRPC proxy because this proxy is deprecated. BUG= none Review URL: https://chromiumcodereview.appspot.com/11416214 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@172762 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/proxy/plugin_globals.h')
-rw-r--r--ppapi/proxy/plugin_globals.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ppapi/proxy/plugin_globals.h b/ppapi/proxy/plugin_globals.h
index 0a79891..b323903 100644
--- a/ppapi/proxy/plugin_globals.h
+++ b/ppapi/proxy/plugin_globals.h
@@ -55,11 +55,11 @@ class PPAPI_PROXY_EXPORT PluginGlobals : public PpapiGlobals {
virtual void PreCacheFontForFlash(const void* logfontw) OVERRIDE;
virtual base::Lock* GetProxyLock() OVERRIDE;
virtual void LogWithSource(PP_Instance instance,
- PP_LogLevel_Dev level,
+ PP_LogLevel level,
const std::string& source,
const std::string& value) OVERRIDE;
virtual void BroadcastLogWithSource(PP_Module module,
- PP_LogLevel_Dev level,
+ PP_LogLevel level,
const std::string& source,
const std::string& value) OVERRIDE;
virtual MessageLoopShared* GetCurrentMessageLoop() OVERRIDE;