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

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

Issue 3033004: Revert 52600 - renderer_host: Remove CanBlur method.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: 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 | Annotate | Revision Log
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;
959 virtual gfx::Rect GetRootWindowResizerRect() const; 960 virtual gfx::Rect GetRootWindowResizerRect() const;
960 virtual void RendererUnresponsive(RenderViewHost* render_view_host, 961 virtual void RendererUnresponsive(RenderViewHost* render_view_host,
961 bool is_during_unload); 962 bool is_during_unload);
962 virtual void RendererResponsive(RenderViewHost* render_view_host); 963 virtual void RendererResponsive(RenderViewHost* render_view_host);
963 virtual void LoadStateChanged(const GURL& url, net::LoadState load_state, 964 virtual void LoadStateChanged(const GURL& url, net::LoadState load_state,
964 uint64 upload_position, uint64 upload_size); 965 uint64 upload_position, uint64 upload_size);
965 virtual bool IsExternalTabContainer() const; 966 virtual bool IsExternalTabContainer() const;
966 virtual void DidInsertCSS(); 967 virtual void DidInsertCSS();
967 virtual void FocusedNodeChanged(); 968 virtual void FocusedNodeChanged();
968 969
(...skipping 285 matching lines...) Expand 10 before | Expand all | Expand 10 after
1254 1255
1255 // See description above setter. 1256 // See description above setter.
1256 bool closed_by_user_gesture_; 1257 bool closed_by_user_gesture_;
1257 1258
1258 // --------------------------------------------------------------------------- 1259 // ---------------------------------------------------------------------------
1259 1260
1260 DISALLOW_COPY_AND_ASSIGN(TabContents); 1261 DISALLOW_COPY_AND_ASSIGN(TabContents);
1261 }; 1262 };
1262 1263
1263 #endif // CHROME_BROWSER_TAB_CONTENTS_TAB_CONTENTS_H_ 1264 #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