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

Unified Diff: content/browser/tab_contents/tab_contents_observer.h

Issue 6854035: Move blocked content from TabContents to TabContentsWrapper. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/browser/tab_contents/tab_contents_observer.h
diff --git a/content/browser/tab_contents/tab_contents_observer.h b/content/browser/tab_contents/tab_contents_observer.h
index 87694d863433b4f4deddd9c31317ec34c9c24964..751e753912f1f4b42398e62caa44c718110e3a02 100644
--- a/content/browser/tab_contents/tab_contents_observer.h
+++ b/content/browser/tab_contents/tab_contents_observer.h
@@ -16,7 +16,7 @@ struct ViewHostMsg_FrameNavigate_Params;
class TabContentsObserver : public IPC::Channel::Listener,
public IPC::Message::Sender {
public:
- // Use this as a member variable in a class that uses the emptry constructor
+ // Use this as a member variable in a class that uses the empty constructor
// version of this interface.
class Registrar {
public:

Powered by Google App Engine
This is Rietveld 408576698