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

Unified Diff: ppapi/cpp/private/instance_private.h

Issue 11416214: PPAPI: Move PPB_Console out of dev. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Nits Created 8 years 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 | « ppapi/cpp/instance.cc ('k') | ppapi/cpp/private/instance_private.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/cpp/private/instance_private.h
diff --git a/ppapi/cpp/private/instance_private.h b/ppapi/cpp/private/instance_private.h
index c6c51b7baf20f6a581175963233a4a1e2a35b78a..58254698995c98cfbbd67c2012b552226c3b19b1 100644
--- a/ppapi/cpp/private/instance_private.h
+++ b/ppapi/cpp/private/instance_private.h
@@ -13,7 +13,7 @@
* @{
*/
-#include "ppapi/c/dev/ppb_console_dev.h"
+#include "ppapi/c/ppb_console.h"
#include "ppapi/cpp/instance.h"
/** The C++ interface to the Pepper API. */
@@ -48,19 +48,6 @@ class InstancePrivate : public Instance {
VarPrivate ExecuteScript(const Var& script, Var* exception = NULL);
// @}
-
- // @{
- /// @name PPB_Console_Dev methods for logging to the console:
-
- /// See PPB_Console_Dev.Log.
- void LogToConsole(PP_LogLevel_Dev level, const Var& value);
-
- /// See PPB_Console_Dev.LogWithSource.
- void LogToConsoleWithSource(PP_LogLevel_Dev level,
- const Var& source,
- const Var& value);
-
- // @}
};
} // namespace pp
« no previous file with comments | « ppapi/cpp/instance.cc ('k') | ppapi/cpp/private/instance_private.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698