diff options
author | tyoshino@chromium.org <tyoshino@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-03 09:48:21 +0000 |
---|---|---|
committer | tyoshino@chromium.org <tyoshino@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-03 09:48:21 +0000 |
commit | bd5bf88ff1d9a77d76c73ac673e9636b1a6cd452 (patch) | |
tree | 63321d7b2dcb301361e9f7fb54bc5bd68db61752 | |
parent | 7127cc2e1eb9b683421623704e6b34419d72620b (diff) | |
download | chromium_src-bd5bf88ff1d9a77d76c73ac673e9636b1a6cd452.zip chromium_src-bd5bf88ff1d9a77d76c73ac673e9636b1a6cd452.tar.gz chromium_src-bd5bf88ff1d9a77d76c73ac673e9636b1a6cd452.tar.bz2 |
Remove a comment about CONTENT_EXPORT_PRIVATE
According to crbug.com/136495, it looks like it's not planned to introduce _PRIVATE
macro in the content/ tree.
Review URL: https://chromiumcodereview.appspot.com/17583021
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@209937 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | content/browser/web_contents/navigation_controller_impl.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/content/browser/web_contents/navigation_controller_impl.h b/content/browser/web_contents/navigation_controller_impl.h index 10c8b88..f0fd491 100644 --- a/content/browser/web_contents/navigation_controller_impl.h +++ b/content/browser/web_contents/navigation_controller_impl.h @@ -213,8 +213,6 @@ class CONTENT_EXPORT NavigationControllerImpl // Helper class to smooth out runs of duplicate timestamps while still // allowing time to jump backwards. - // - // TODO(akalin): Use CONTENT_EXPORT_PRIVATE once we have that. class CONTENT_EXPORT TimeSmoother { public: // Returns |t| with possibly some time added on. |