diff options
author | droger <droger@chromium.org> | 2014-12-08 02:44:24 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-12-08 10:44:39 +0000 |
commit | 5662df670706ad5b29689b809005f7c985b18d20 (patch) | |
tree | c24228dd6f43b9e8f6a1ddfb01a51a47b985ab9c /ios/public/provider/web/web_state.h | |
parent | 631db4a9227a66f9520d23f96d02af5bfebabbd9 (diff) | |
download | chromium_src-5662df670706ad5b29689b809005f7c985b18d20.zip chromium_src-5662df670706ad5b29689b809005f7c985b18d20.tar.gz chromium_src-5662df670706ad5b29689b809005f7c985b18d20.tar.bz2 |
Upstream iOS web API.
This CL upstreams NavigationManager, WebState and
WebStateUserData to match the downstream code.
Review URL: https://codereview.chromium.org/777183002
Cr-Commit-Position: refs/heads/master@{#307218}
Diffstat (limited to 'ios/public/provider/web/web_state.h')
-rw-r--r-- | ios/public/provider/web/web_state.h | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/ios/public/provider/web/web_state.h b/ios/public/provider/web/web_state.h deleted file mode 100644 index 03917a7..0000000 --- a/ios/public/provider/web/web_state.h +++ /dev/null @@ -1,23 +0,0 @@ -// Copyright 2013 The Chromium Authors. All rights reserved. -// Use of this source code is governed by a BSD-style license that can be -// found in the LICENSE file. - -#ifndef IOS_PUBLIC_PROVIDER_WEB_WEB_STATE_H_ -#define IOS_PUBLIC_PROVIDER_WEB_WEB_STATE_H_ - -#include "base/supports_user_data.h" - -namespace ios { - -// Core interface for interaction with the web. -class WebState : public base::SupportsUserData { - public: - ~WebState() override {} - - protected: - WebState() {} -}; - -} // namespace ios - -#endif // IOS_PUBLIC_PROVIDER_WEB_WEB_STATE_H_ |