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

Unified Diff: mojo/python/content_handler/python_system_impl_helper.h

Issue 855043003: Revert "Content handler for python." (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 11 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: mojo/python/content_handler/python_system_impl_helper.h
diff --git a/mojo/python/content_handler/python_system_impl_helper.h b/mojo/python/content_handler/python_system_impl_helper.h
deleted file mode 100644
index bd0e0131063ac0c85faa18644da713969b0d4709..0000000000000000000000000000000000000000
--- a/mojo/python/content_handler/python_system_impl_helper.h
+++ /dev/null
@@ -1,45 +0,0 @@
-// Copyright 2014 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef MOJO_PYTHON_CONTENT_HANDLER_PYTHON_SYSTEM_IMPL_HELPER_H_
-#define MOJO_PYTHON_CONTENT_HANDLER_PYTHON_SYSTEM_IMPL_HELPER_H_
-
-#include <Python.h>
-
-#include "base/base_export.h"
-#include "base/message_loop/message_loop.h"
-#include "base/run_loop.h"
-#include "mojo/public/cpp/bindings/callback.h"
-#include "mojo/public/cpp/system/core.h"
-#include "mojo/public/python/src/common.h"
-
-namespace mojo {
-namespace python {
-
-// Run loop for python
-class PythonRunLoop {
- public:
- PythonRunLoop();
-
- ~PythonRunLoop();
-
- void Run();
-
- void RunUntilIdle();
-
- void Quit();
-
- // Post a task to be executed roughtly after delay microseconds
- void PostDelayedTask(PyObject* callable, int64 delay);
- private:
- base::MessageLoop loop_;
-};
-
-PythonAsyncWaiter* NewAsyncWaiter();
-
-} // namespace python
-} // namespace mojo
-
-#endif // MOJO_PYTHON_CONTENT_HANDLER_PYTHON_SYSTEM_IMPL_HELPER_H_
-
« no previous file with comments | « mojo/python/content_handler/mojo_system_impl.pyx ('k') | mojo/python/content_handler/python_system_impl_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698