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

Side by Side Diff: chrome/browser/tab_contents/tab_contents.h

Issue 2812056: Relanding http://codereview.chromium.org/2870050/show. (Closed) Base URL: git://git.chromium.org/chromium.git
Patch Set: rebased Created 10 years, 5 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 unified diff | Download patch
OLDNEW
1 // Copyright (c) 2010 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2010 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_BROWSER_TAB_CONTENTS_TAB_CONTENTS_H_ 5 #ifndef CHROME_BROWSER_TAB_CONTENTS_TAB_CONTENTS_H_
6 #define CHROME_BROWSER_TAB_CONTENTS_TAB_CONTENTS_H_ 6 #define CHROME_BROWSER_TAB_CONTENTS_TAB_CONTENTS_H_
7 7
8 #include "build/build_config.h" 8 #include "build/build_config.h"
9 9
10 #include <deque> 10 #include <deque>
(...skipping 938 matching lines...) Expand 10 before | Expand all | Expand 10 after
949 const std::vector<webkit_glue::PasswordForm>& visible_forms); 949 const std::vector<webkit_glue::PasswordForm>& visible_forms);
950 virtual void PageHasOSDD(RenderViewHost* render_view_host, 950 virtual void PageHasOSDD(RenderViewHost* render_view_host,
951 int32 page_id, const GURL& url, bool autodetected); 951 int32 page_id, const GURL& url, bool autodetected);
952 virtual GURL GetAlternateErrorPageURL() const; 952 virtual GURL GetAlternateErrorPageURL() const;
953 virtual RendererPreferences GetRendererPrefs(Profile* profile) const; 953 virtual RendererPreferences GetRendererPrefs(Profile* profile) const;
954 virtual WebPreferences GetWebkitPrefs(); 954 virtual WebPreferences GetWebkitPrefs();
955 virtual void OnIgnoredUIEvent(); 955 virtual void OnIgnoredUIEvent();
956 virtual void OnJSOutOfMemory(); 956 virtual void OnJSOutOfMemory();
957 virtual void OnCrossSiteResponse(int new_render_process_host_id, 957 virtual void OnCrossSiteResponse(int new_render_process_host_id,
958 int new_request_id); 958 int new_request_id);
959 virtual bool CanBlur() const;
960 virtual gfx::Rect GetRootWindowResizerRect() const; 959 virtual gfx::Rect GetRootWindowResizerRect() const;
961 virtual void RendererUnresponsive(RenderViewHost* render_view_host, 960 virtual void RendererUnresponsive(RenderViewHost* render_view_host,
962 bool is_during_unload); 961 bool is_during_unload);
963 virtual void RendererResponsive(RenderViewHost* render_view_host); 962 virtual void RendererResponsive(RenderViewHost* render_view_host);
964 virtual void LoadStateChanged(const GURL& url, net::LoadState load_state, 963 virtual void LoadStateChanged(const GURL& url, net::LoadState load_state,
965 uint64 upload_position, uint64 upload_size); 964 uint64 upload_position, uint64 upload_size);
966 virtual bool IsExternalTabContainer() const; 965 virtual bool IsExternalTabContainer() const;
967 virtual void DidInsertCSS(); 966 virtual void DidInsertCSS();
968 virtual void FocusedNodeChanged(); 967 virtual void FocusedNodeChanged();
969 968
(...skipping 285 matching lines...) Expand 10 before | Expand all | Expand 10 after
1255 1254
1256 // See description above setter. 1255 // See description above setter.
1257 bool closed_by_user_gesture_; 1256 bool closed_by_user_gesture_;
1258 1257
1259 // --------------------------------------------------------------------------- 1258 // ---------------------------------------------------------------------------
1260 1259
1261 DISALLOW_COPY_AND_ASSIGN(TabContents); 1260 DISALLOW_COPY_AND_ASSIGN(TabContents);
1262 }; 1261 };
1263 1262
1264 #endif // CHROME_BROWSER_TAB_CONTENTS_TAB_CONTENTS_H_ 1263 #endif // CHROME_BROWSER_TAB_CONTENTS_TAB_CONTENTS_H_
OLDNEW
« no previous file with comments | « chrome/browser/renderer_host/render_widget_host_view_win.cc ('k') | chrome/browser/tab_contents/tab_contents.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698