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

Unified Diff: chrome/browser/automation/automation_tab_helper.h

Issue 8416022: Revert 107645 (To see if it was responsible for increase in static initializers) - Fix test snaps... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 2 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: chrome/browser/automation/automation_tab_helper.h
===================================================================
--- chrome/browser/automation/automation_tab_helper.h (revision 107646)
+++ chrome/browser/automation/automation_tab_helper.h (working copy)
@@ -48,12 +48,6 @@
// This method will always be called if |OnFirstPendingLoad| was called.
virtual void OnNoMorePendingLoads(TabContents* tab_contents) { }
- // Called as a result of a tab being snapshotted.
- virtual void OnSnapshotEntirePageACK(
- bool success,
- const std::vector<unsigned char>& png_data,
- const std::string& error_msg) { }
-
protected:
TabEventObserver();
virtual ~TabEventObserver();
@@ -90,9 +84,6 @@
void AddObserver(TabEventObserver* observer);
void RemoveObserver(TabEventObserver* observer);
- // Snapshots the entire page without resizing.
- void SnapshotEntirePage();
-
// Returns true if the tab is loading or the tab is scheduled to load
// immediately. Note that scheduled loads may be canceled.
bool has_pending_loads() const;
@@ -100,11 +91,6 @@
private:
friend class AutomationTabHelperTest;
- void OnSnapshotEntirePageACK(
- bool success,
- const std::vector<unsigned char>& png_data,
- const std::string& error_msg);
-
// TabContentsObserver implementation.
virtual void DidStartLoading();
virtual void DidStopLoading();
« no previous file with comments | « chrome/browser/automation/automation_provider_observers.cc ('k') | chrome/browser/automation/automation_tab_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698