Commit c4fe511c authored by Mike Dougherty's avatar Mike Dougherty Committed by Commit Bot

Remove usage of no-op macro DEFINE_WEB_STATE_USER_DATA_KEY.

This CL removes macro usage from /ios/chrome/browser/voice.

This CL was uploaded by git cl split.

R=kkhorimoto@chromium.org

Bug: 589840
Change-Id: I23e975d07b48897c6c10949a9fde8f9053356f87
Reviewed-on: https://chromium-review.googlesource.com/c/1351077Reviewed-by: default avatarKurt Horimoto <kkhorimoto@chromium.org>
Commit-Queue: Mike Dougherty <michaeldo@chromium.org>
Cr-Commit-Position: refs/heads/master@{#611169}
parent 5f227adf
...@@ -16,8 +16,6 @@ ...@@ -16,8 +16,6 @@
#error "This file requires ARC support." #error "This file requires ARC support."
#endif #endif
DEFINE_WEB_STATE_USER_DATA_KEY(VoiceSearchNavigationTabHelper);
namespace { namespace {
// The key under which the VoiceSearchNavigationMarkers are stored. // The key under which the VoiceSearchNavigationMarkers are stored.
const void* const kNavigationMarkerKey = &kNavigationMarkerKey; const void* const kNavigationMarkerKey = &kNavigationMarkerKey;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment