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

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

Issue 8438028: ntp: remove ShownSectionHandler and all references to it (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more functional test updates Created 9 years, 1 month 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
« no previous file with comments | « no previous file | chrome/browser/automation/testing_automation_provider.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/automation/testing_automation_provider.h
diff --git a/chrome/browser/automation/testing_automation_provider.h b/chrome/browser/automation/testing_automation_provider.h
index 1136c68ebff299fbab7cec4b546312c875655188..c0e5d7bd653e5d1b9f76dbf75c23b484ca7f72d9 100644
--- a/chrome/browser/automation/testing_automation_provider.h
+++ b/chrome/browser/automation/testing_automation_provider.h
@@ -847,28 +847,6 @@ class TestingAutomationProvider : public AutomationProvider,
void SendWebKeyPressEventAsync(int key_code,
TabContents* tab_contents);
- // Determines whether each relevant section of the NTP is in thumbnail mode.
- void GetNTPThumbnailMode(Browser* browser,
- base::DictionaryValue* args,
- IPC::Message* reply_message);
-
- // Puts or removes the specified section of the NTP into/from thumbnail mode.
- // If the section is put into thumbnail mode, all other relevant sections are
- // removed from thumbnail mode.
- void SetNTPThumbnailMode(Browser* browser,
- base::DictionaryValue* args,
- IPC::Message* reply_message);
-
- // Determines whether each relevant section of the NTP is in menu mode.
- void GetNTPMenuMode(Browser* browser,
- base::DictionaryValue* args,
- IPC::Message* reply_message);
-
- // Puts or removes the specified section of the NTP into/from menu mode.
- void SetNTPMenuMode(Browser* browser,
- base::DictionaryValue* args,
- IPC::Message* reply_message);
-
// Launches the specified app from the currently-selected tab.
void LaunchApp(Browser* browser,
base::DictionaryValue* args,
« no previous file with comments | « no previous file | chrome/browser/automation/testing_automation_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698