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

Unified Diff: chrome/test/pyautolib/pyautolib.i

Issue 23503040: Remove all NetworkLibrary dependencies from AutomationTestingProvider (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 7 years, 3 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 | « chrome/test/pyautolib/pyauto.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/pyautolib/pyautolib.i
diff --git a/chrome/test/pyautolib/pyautolib.i b/chrome/test/pyautolib/pyautolib.i
index d422ef7129c6dd46d815606fb9ab80799ca339c3..e73637d135429b6c7c7449e6cb3eeb9b367b61e2 100644
--- a/chrome/test/pyautolib/pyautolib.i
+++ b/chrome/test/pyautolib/pyautolib.i
@@ -38,13 +38,6 @@
%ignore net::MapNetErrorToCertStatus(int);
%include "net/cert/cert_status_flags.h"
-#if defined(OS_CHROMEOS)
-%include "chrome/browser/chromeos/cros/network_constants.h"
-%{
-#include "chrome/browser/chromeos/cros/network_constants.h"
-%}
-#endif
-
%{
#include "chrome/common/automation_constants.h"
#include "chrome/common/pref_names.h"
« no previous file with comments | « chrome/test/pyautolib/pyauto.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698