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

Unified Diff: athena/system/network_selector.h

Issue 662763002: Support modal windows (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git/+/master
Patch Set: fix leaks Created 6 years, 2 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
« no previous file with comments | « athena/screen/screen_manager_unittest.cc ('k') | athena/system/network_selector.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: athena/system/network_selector.h
diff --git a/athena/system/network_selector.h b/athena/system/network_selector.h
index 90aaf7f53fea711f67f97ea6ff8e38637f478dd6..01cf94bcbcee15c5426ee29d3ae265f29082ea89 100644
--- a/athena/system/network_selector.h
+++ b/athena/system/network_selector.h
@@ -5,13 +5,9 @@
#ifndef ATHENA_SYSTEM_NETWORK_SELECTOR_H_
#define ATHENA_SYSTEM_NETWORK_SELECTOR_H_
-namespace aura {
-class Window;
-}
-
namespace athena {
-void CreateNetworkSelector(aura::Window* window);
+void CreateNetworkSelector();
} // namespace athena
« no previous file with comments | « athena/screen/screen_manager_unittest.cc ('k') | athena/system/network_selector.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698