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

Issue 899573002: Add WiFi SSID getter to NetworkChangeNotifier. (Closed)

Created:
5 years, 10 months ago by meacer
Modified:
5 years, 1 month ago
Reviewers:
CC:
chromium-reviews, davidben+watch_chromium.org, extensions-reviews_chromium.org, cbentzel+watch_chromium.org, tburkard+watch_chromium.org, gavinp+prer_chromium.org, jkarlin+watch_chromium.org, chromium-apps-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add WiFi SSID getter to NetworkChangeNotifier. BUG=451272

Patch Set 1 #

Patch Set 2 : Add unittest and empty Windows and Mac implementations. #

Patch Set 3 : Fix build #

Unified diffs Side-by-side diffs Delta from patch set Stats (+197 lines, -6 lines) Patch
M chrome/browser/predictors/resource_prefetch_common_unittest.cc View 1 2 2 chunks +6 lines, -0 lines 0 comments Download
M chrome/browser/prefetch/prefetch_browsertest.cc View 3 chunks +4 lines, -0 lines 0 comments Download
M chrome/browser/prerender/prerender_browsertest.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/browser/speech/extension_api/tts_extension_apitest.cc View 2 chunks +3 lines, -0 lines 0 comments Download
M chrome/browser/ui/search/instant_extended_interactive_uitest.cc View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M components/web_resource/resource_request_allowed_notifier_unittest.cc View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M net/android/network_change_notifier_android.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M net/android/network_change_notifier_android.cc View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
M net/base/address_tracker_linux.h View 1 6 chunks +25 lines, -2 lines 0 comments Download
M net/base/address_tracker_linux.cc View 1 8 chunks +56 lines, -4 lines 0 comments Download
M net/base/address_tracker_linux_unittest.cc View 1 3 chunks +47 lines, -0 lines 0 comments Download
M net/base/network_change_notifier.h View 1 3 chunks +12 lines, -0 lines 0 comments Download
M net/base/network_change_notifier.cc View 2 chunks +7 lines, -0 lines 0 comments Download
M net/base/network_change_notifier_linux.h View 1 2 2 chunks +3 lines, -0 lines 0 comments Download
M net/base/network_change_notifier_linux.cc View 2 chunks +8 lines, -0 lines 0 comments Download
M net/base/network_change_notifier_mac.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M net/base/network_change_notifier_mac.cc View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
M net/base/network_change_notifier_win.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M net/base/network_change_notifier_win.cc View 1 1 chunk +5 lines, -0 lines 0 comments Download

Powered by Google App Engine
This is Rietveld 408576698