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

Unified Diff: chrome/common/pref_names.cc

Issue 722043004: Clean up wake on wifi handling (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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
Index: chrome/common/pref_names.cc
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
index fef44779b79ca13b332ad69b47dcb3361f7a20a7..780c2495776cf3f466aa07d84afa12385b0fcdf5 100644
--- a/chrome/common/pref_names.cc
+++ b/chrome/common/pref_names.cc
@@ -835,6 +835,10 @@ const char kFileSystemProviderMounted[] = "file_system_provider.mounted";
// A boolean pref set to true if the virtual keyboard should be enabled.
const char kTouchVirtualKeyboardEnabled[] = "ui.touch_virtual_keyboard_enabled";
+// A integer pref that controls the wake on wifi features that should be
Chirantan Ekbote 2014/11/13 02:51:39 Should be "An integer". Will fix in the next patc
Chirantan Ekbote 2014/11/14 02:47:43 Done.
+// enabled.
+const char kWakeOnWiFiEnabled[] = "settings.internet.wake_on_wifi";
+
#endif // defined(OS_CHROMEOS)
// The disabled messages in IPC logging.

Powered by Google App Engine
This is Rietveld 408576698