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

Unified Diff: base/run_loop.h

Issue 1446363003: Deleted OS_WIN and all Windows specific files from base. (Closed) Base URL: https://github.com/domokit/mojo.git@base_tests
Patch Set: Created 5 years, 1 month 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 | « base/rand_util_win.cc ('k') | base/run_loop.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/run_loop.h
diff --git a/base/run_loop.h b/base/run_loop.h
index 002410892f667252d8216ecd3b36e1945c332af6..74ca54450022733f82bbca2111cf8ae0798ed134 100644
--- a/base/run_loop.h
+++ b/base/run_loop.h
@@ -15,10 +15,6 @@ namespace base {
class MessagePumpForUI;
#endif
-#if defined(OS_WIN)
-class MessagePumpDispatcher;
-#endif
-
#if defined(OS_IOS)
class MessagePumpUIApplication;
#endif
@@ -31,9 +27,6 @@ class MessagePumpUIApplication;
class BASE_EXPORT RunLoop {
public:
RunLoop();
-#if defined(OS_WIN)
- explicit RunLoop(MessagePumpDispatcher* dispatcher);
-#endif
~RunLoop();
// Run the current MessageLoop. This blocks until Quit is called. Before
@@ -93,10 +86,6 @@ class BASE_EXPORT RunLoop {
// Parent RunLoop or NULL if this is the top-most RunLoop.
RunLoop* previous_run_loop_;
-#if defined(OS_WIN)
- MessagePumpDispatcher* dispatcher_;
-#endif
-
// Used to count how many nested Run() invocations are on the stack.
int run_depth_;
« no previous file with comments | « base/rand_util_win.cc ('k') | base/run_loop.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698