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

Unified Diff: chrome/browser/chromeos/drive/drive_file_system_util.h

Issue 11115009: Helper functions in NetworkChangeNotifier related to WWAN use (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fix compilation Created 8 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
Index: chrome/browser/chromeos/drive/drive_file_system_util.h
diff --git a/chrome/browser/chromeos/drive/drive_file_system_util.h b/chrome/browser/chromeos/drive/drive_file_system_util.h
index a334499ab571f4f33fefaa05cac018d1ebcf52ac..388a6acd3cda2bc1f66eaf1d51870969f16fecc8 100644
--- a/chrome/browser/chromeos/drive/drive_file_system_util.h
+++ b/chrome/browser/chromeos/drive/drive_file_system_util.h
@@ -133,9 +133,6 @@ void EnsureDirectoryExists(Profile* profile,
// Converts GData error code into file platform error code.
DriveFileError GDataToDriveFileError(gdata::GDataErrorCode status);
-// Returns true if the curernt network connection is over cellular.
-bool IsConnectionTypeCellular();
-
} // namespace util
} // namespace drive

Powered by Google App Engine
This is Rietveld 408576698