diff options
author | tommi@chromium.org <tommi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-11 22:57:22 +0000 |
---|---|---|
committer | tommi@chromium.org <tommi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-11 22:57:22 +0000 |
commit | dd2d0bf1abd68671d3d259a7f0f5af1867d490f5 (patch) | |
tree | 596405d3ab19ab85c451e2e8f54d192795da9e81 /chrome_frame/np_utils.h | |
parent | 360d2ec2b1baa71f82f99cba96e4e97e74f6f941 (diff) | |
download | chromium_src-dd2d0bf1abd68671d3d259a7f0f5af1867d490f5.zip chromium_src-dd2d0bf1abd68671d3d259a7f0f5af1867d490f5.tar.gz chromium_src-dd2d0bf1abd68671d3d259a7f0f5af1867d490f5.tar.bz2 |
Remove Chrome Frame's dependency on xul_runner.
Review URL: http://codereview.chromium.org/6825026
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81171 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame/np_utils.h')
-rw-r--r-- | chrome_frame/np_utils.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/chrome_frame/np_utils.h b/chrome_frame/np_utils.h index 484497b..5d3efc9 100644 --- a/chrome_frame/np_utils.h +++ b/chrome_frame/np_utils.h @@ -1,4 +1,4 @@ -// Copyright (c) 2010 The Chromium Authors. All rights reserved. +// Copyright (c) 2011 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. @@ -13,10 +13,7 @@ namespace np_utils { std::string GetLocation(NPP instance, NPObject* window); -bool GetCookiesUsingXPCOMCookieService(NPP instance, const std::string& url, - std::string* cookie_string); -bool SetCookiesUsingXPCOMCookieService(NPP instance, const std::string& url, - const std::string& cookie_string); + } // namespace np_utils #endif // CHROME_FRAME_NP_UTILS_H_ |